This documentation is for the old version. Go to the latest Graphics Mill docs

PathControlPoint Methods

The PathControlPoint type exposes the following members.

Methods

Name Description
Public method Clone

Creates a new object that is a copy of the current instance.

(Inherited from ControlPoint.)
Public method Draw

Draws a control point.

(Overrides ControlPoint.Draw(Graphics, ICoordinateMapper).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData

Populates a SerializationInfo with the data needed to serialize the PathControlPoint object.

(Overrides ControlPoint.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetSize

Returns the size of the control point.

(Overrides ControlPoint.GetSize().)
Public method GetType (Inherited from Object.)
Public method HitTest

Checks if the specifed point is this control point.

(Overrides ControlPoint.HitTest(Point, ICoordinateMapper).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

See Also

Reference