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

PolylineVObject Members

The PolylineVObject type exposes the following members.

Constructors

Name Description
Public method PolylineVObject Overloaded.

Creates and initializes an instance of the PolylineVObject class.

Methods

Name Description
Public method AddPoint

Adds the specified point to the end of the points collection.

Public method BeginUpdate

Starts updating of this VObject.

(Inherited from VObject.)
Public method Draw

Draws PolylineVObject on the specified Bitmap.

(Overrides VObject.Draw(Bitmap).)
Public method EndUpdate

Finishes updating of this VObject.

(Inherited from VObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetPoint

Returns a point with the specified index.

Public method GetPoints

Returns a collection of points this polyline is constructed from.

Public method GetType (Inherited from Object.)
Public method InsertPoint

Inserts the point into the specified position.

Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChanged

Raises the Changed event.

(Inherited from VObject.)
Public method RemovePoint

Removes point with the specified index.

Public method SetPoint

Sets a point to the specified position.

Public method ToString (Inherited from Object.)
Public method Update

Updates this VObject.

(Inherited from VObject.)

Properties

Name Description
Public property Angle

Gets or sets an angle (in degrees) to rotate the rectangle on.

(Inherited from BaseRectangleVObject.)
Public property Bounds

Gets the size and location (in points) of this BaseRectangleVObject relatively to the Canvas it belongs to.

(Inherited from BaseRectangleVObject.)
Public property Canvas

Gets a reference to the Canvas object this VObject belongs to.

(Inherited from VObject.)
Public property Color

Gets or sets a color of this PolylineVObject.

Public property Data

Gets or sets serialized data of this PolylineVObject.

(Overrides VObject.Data.)
Public property Index

Get the index of this VObject in the VObjectCollection. Returns -1 if the VObject was not added to the collection.

(Inherited from VObject.)
Public property IsUpdating

Gets or sets a value indicating whether VObject is updating.

(Inherited from VObject.)
Public property Layer

Gets a reference to the Layer object this VObject belongs to.

(Inherited from VObject.)
Public property Locked

Gets or sets the value indicating if the VObject is locked.

(Inherited from VObject.)
Public property Mode

Gets or sets the state of this VObject.

(Inherited from VObject.)
Public property Name

Gets or sets the name of the VObject.

(Inherited from VObject.)
Public property PointsCount

Gets the number of points this polyline is constructed from.

Public property Rectangle

Gets or sets a rectangle and its rotation angle.

(Inherited from BaseRectangleVObject.)
Public property SupportedActions

Gets or sets the enumeration of actions which can be applied to this VObject.

(Inherited from VObject.)
Public property Tag

Gets or sets custom data.

(Inherited from VObject.)
Public property Transform

Gets or sets value which configures v-object transformation.

(Inherited from VObject.)
Public property UniqueId

Gets or sets a unique identifier of this VObject.

(Inherited from VObject.)
Public property Visible

Gets or sets the value indicating if the VObject is visible.

(Inherited from VObject.)
Public property Width

Get or sets width of this PolylineVObject (in points).

Events

Name Description
Public event Changed

Raised when the VObject is modified (after the modification is completed).

(Inherited from VObject.)

See Also

Reference