SetDCPenColor |
Declare Function Api_SetDCPenColor& Lib "gdi32" Alias "SetDCPenColor" (ByVal hDC&, ByVal colorref&) |
Declare Function SetDCPenColor Lib "gdi32" Alias "SetDCPenColor" (ByVal hdc As Long, ByVal colorref As Long) As Long |
|
現在のデバイスコンテキスト(DC)のペンの色を指定された色値に設定する。指定された色値をデバイスで表示できない場合は、物理的に最も近い色に設定される。 |
|
パラメータ
が選択されるまで、描画操作で前回の DC_PEN の色が使われることはない。 が得られる。 |