PowerTools SPREAD for Windows Forms 8.0J
CreateCompatibleDC メソッド


デバイスコンテキスト
互換デバイスコンテキストを作成します。
構文
'Declaration
 
Public Shared Function CreateCompatibleDC( _
   ByVal hdc As IntPtr _
) As IntPtr
'使用法
 
Dim hdc As IntPtr
Dim value As IntPtr
 
value = RichTextEditor.CreateCompatibleDC(hdc)
public static IntPtr CreateCompatibleDC( 
   IntPtr hdc
)

パラメータ

hdc
デバイスコンテキスト

戻り値の型

互換デバイスコンテキストを表すSystem.IntPtr
参照

RichTextEditor クラス
RichTextEditor メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.