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
)
Public MustOverride Function GetThumbnailHBitmap (
width As Integer,
height As Integer,
backColor As Integer
) As IntPtr
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