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

RectangleVObjectCreateDesigner Members

The RectangleVObjectCreateDesigner type exposes the following members.

Constructors

Name Description
Public method RectangleVObjectCreateDesigner

Creates and initializes a new designer instance.

Methods

Name Description
Public method Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from PathVObjectCreateDesigner.)
Public method Draw

Draws a designer.

(Overrides LineVObjectCreateDesigner.Draw(Graphics).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NotifyConnect

Performs actions that should be taken when the designer is connected to a host object.

(Inherited from LineVObjectCreateDesigner.)
Public method NotifyDisconnect

Performs actions that should be taken when the designer is disconnected from a host object.

(Inherited from PathVObjectCreateDesigner.)
Public method NotifyKeyDown

Performs actions that should be taken when the KeyDown event occurs.

(Inherited from PathVObjectCreateDesigner.)
Public method NotifyKeyUp

Performs actions that should be taken when the KeyUp event occurs.

(Inherited from PathVObjectCreateDesigner.)
Public method NotifyMouseDoubleClick

Performs actions that should be taken when the DoubleClick event occurs.

(Inherited from PathVObjectCreateDesigner.)
Public method NotifyMouseDown

Performs actions that should be taken when the MouseDown event occurs.

(Inherited from LineVObjectCreateDesigner.)
Public method NotifyMouseMove

Performs actions that should be taken when the MouseMove event occurs.

(Inherited from LineVObjectCreateDesigner.)
Public method NotifyMouseUp

Performs actions that should be taken when the MouseUp event occurs.

(Inherited from LineVObjectCreateDesigner.)
Public method ToString (Inherited from Object.)
Public method UpdateSettings

Updates the designer settings.

(Inherited from PathVObjectCreateDesigner.)

Properties

Name Description
Public property Brush

Gets/sets a brush that will be used to fill the v-object being created.

(Inherited from PathVObjectCreateDesigner.)
Public property Connected

Gets a value specifying if the designer is associated with the control.

(Inherited from PathVObjectCreateDesigner.)
Public property Pen

Gets/sets a pen that will be used to outline the v-object being created.

(Inherited from PathVObjectCreateDesigner.)
Public property VObjects

Gets an array of v-objecs associated with this designer.

(Inherited from PathVObjectCreateDesigner.)

See Also

Reference