リサイズはクリックかドラッグ

MasterDrawComponentGetThumbnailHBitmap メソッド

この作図部品定義のサムネイルビットマップを取得します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract IntPtr GetThumbnailHBitmap(
	int width,
	int height,
	int backColor
)

パラメーター

width
型: SystemInt32
ビットマップの幅
height
型: SystemInt32
ビットマップの高さ
backColor
型: SystemInt32
ビットマップの背景色

戻り値

型: IntPtr
サムネイルのビットマップハンドル
関連項目