| PolygonDraw Method |
This method draws the hotspot shape onto the HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void Draw(
Point TopLeft,
MemoryBitmaps BitmapsL,
bool IncludeBorder,
bool IncludeFill,
bool IncludeAnnotation,
bool UseBackImage
)
Public Sub Draw (
TopLeft As Point,
BitmapsL As MemoryBitmaps,
IncludeBorder As Boolean,
IncludeFill As Boolean,
IncludeAnnotation As Boolean,
UseBackImage As Boolean
)
Dim instance As Polygon
Dim TopLeft As Point
Dim BitmapsL As MemoryBitmaps
Dim IncludeBorder As Boolean
Dim IncludeFill As Boolean
Dim IncludeAnnotation As Boolean
Dim UseBackImage As Boolean
instance.Draw(TopLeft, BitmapsL, IncludeBorder,
IncludeFill, IncludeAnnotation,
UseBackImage)
public:
virtual void Draw(
Point TopLeft,
MemoryBitmaps^ BitmapsL,
bool IncludeBorder,
bool IncludeFill,
bool IncludeAnnotation,
bool UseBackImage
) sealed
Parameters
- TopLeft
- Type: System.DrawingPoint
The top left position of the shape used for positioning the shape. - BitmapsL
- Type: Deltabit.WinFormsMemoryBitmaps
The MemoryBitmaps used for drawing onto. - IncludeBorder
- Type: SystemBoolean
Draws the hotspot with the border if true. - IncludeFill
- Type: SystemBoolean
Draws the hotspot fill if true. - IncludeAnnotation
- Type: SystemBoolean
Will draw the annotation if it is visible. - UseBackImage
- Type: SystemBoolean
Will fill using the BackImage if true.
Implements
IShapeDraw(Point, MemoryBitmaps, Boolean, Boolean, Boolean, Boolean)See Also