Click or drag to resize

IShape Methods

The IShape type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new instance of the shape and copies the data to the new instance.
Public methodCreatePolygon
Converts the shape to a polygon representation of the shape.
Public methodDraw
This method draws the hotspot shape onto the HotImage.
Public methodMidpoint
Computes the midpoint of a shape.
Public methodMove
Moves the shape to a new position.
Public methodPointInShape
Determines if a point falls within the given shape.
Public methodRescale
Rescales and repositions the shape according to the parameters.
Public methodShapeFromString
Converts a string representation of a shape to the shape object.
Public methodShapeToString
Converts the current shape to a string representation of the shape.
Top
See Also