IShape Interface |
Namespace: Deltabit.WinForms
The IShape type exposes the following members.
Name | Description | |
---|---|---|
BoundingRec |
Gets the rectangle that surrounds the boundry of the shape.
| |
ParentHotspot |
Gets or sets the Parent Hotspot that owns the shape.
|
Name | Description | |
---|---|---|
Clone |
Creates a new instance of the shape and copies the data to the new instance.
| |
CreatePolygon |
Converts the shape to a polygon representation of the shape.
| |
Draw |
This method draws the hotspot shape onto the HotImage.
| |
Midpoint |
Computes the midpoint of a shape.
| |
Move |
Moves the shape to a new position.
| |
PointInShape |
Determines if a point falls within the given shape.
| |
Rescale |
Rescales and repositions the shape according to the parameters.
| |
ShapeFromString |
Converts a string representation of a shape to the shape object.
| |
ShapeToString |
Converts the current shape to a string representation of the shape.
|