Click or drag to resize

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
)

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