<< Click to Display Table of Contents >> NShape Reference
|
Creates a thumbnail image that can be used as icon.
public abstract void DrawThumbnail(Image image, int margin, Color transparentColor) |
Creates a thumbnail image that can be used as icon.
If you override this method, clone the shape used for drawing and dispose it after usage.
Name |
Description |
---|---|
image |
The GDI+ image used as canvas for drawing the shape. |
margin |
Specified the margin between the image's border and the shape |
transparentColor |
Specifies the color that will be rendered as transparent color. |
None