GetDCPenColor |
Declare Function Api_GetDCPenColor& Lib "gdi32" Alias "GetDCPenColor" (ByVal hDC&) |
Declare Function GetDCPenColor Lib "gdi32" Alias "GetDCPenColor" (ByVal hdc As Long) As Long |
|
現在のデバイスコンテキスト(DC)で指定されているペンの色を取得する。指定された色値をデバイスで表示できない場合は、物理的に最も近い値色が返る。 |
|
パラメータ |