Click or drag to resize

MasterDrawComponentGetThumbnailHBitmap Method

Get the thumbnail bitmap of this drawing component definition.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract IntPtr GetThumbnailHBitmap(
	int width,
	int height,
	int backColor
)

Parameters

width
Type: SystemInt32
Bitmap width
height
Type: SystemInt32
height of the bitmap
backColor
Type: SystemInt32
Bitmap background color

Return Value

Type: IntPtr
Thumbnail bitmap handle
See Also