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

CrossedEllipseControlPoint Members

The CrossedEllipseControlPoint type exposes the following members.

Constructors

Name Description
Public method CrossedEllipseControlPoint Overloaded.

Creates and initializes a new control point.

Methods

Name Description
Public method Clone

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

(Overrides RectangleControlPoint.Clone().)
Public method Draw

Draws a control point.

(Inherited from PathControlPoint.)
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.

(Inherited from PathControlPoint.)
Public method GetSize

Returns the size of the control point.

(Inherited from PathControlPoint.)
Public method GetType (Inherited from Object.)
Public method HitTest

Checks if the specifed point is this control point.

(Inherited from PathControlPoint.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Brush

Gets/sets a brush that will be used to fill the control point.

(Inherited from PathControlPoint.)
Public property Enabled

Gets/sets the enabled state of a control point.

(Inherited from ControlPoint.)
Public property Location

Gets/sets a position of a control point.

(Inherited from ControlPoint.)
Public property Pen

Gets/sets a pen that will be used to outline the control point.

(Inherited from PathControlPoint.)
Public property Type

Gets the type of a control point.

(Inherited from RectangleControlPoint.)
Public property X

Gets/sets the x-coordinate of a control point.

(Inherited from ControlPoint.)
Public property Y

Gets/sets the y-coordinate of a control point.

(Inherited from ControlPoint.)

See Also

Reference