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

LineVObject Properties

The LineVObject type exposes the following members.

Properties

Name Description
Public property bounds

Gets the size and location of this BaseRectangleVObject taking into account its rotation and margins.

(Inherited from BaseRectangleVObject.)
Public property canvas

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

(Inherited from VObject.)
Public property color

Gets or sets a color of this vector line.

Public property controlPoints

Gets or sets an array of control points associated with the v-object.

(Inherited from VObject.)
Public property data

Gets or sets serialized data of this v-object.

(Inherited from VObject.)
Public property index

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

(Inherited from VObject.)
Public property layer

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

(Inherited from VObject.)
Public property locked

Gets or sets the value indicating if the v-object is locked.

(Inherited from VObject.)
Public property mode

Gets or sets the state of this v-object.

(Inherited from VObject.)
Public property name

Gets or sets the name of this vector object.

(Inherited from VObject.)
Public property point0

Gets or sets the start point of this vector line.

Public property point1

Gets or sets the end point of this vector line.

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 vector object.

(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 vector object.

(Inherited from VObject.)
Public property visible

Gets or sets the value indicating if the v-object is visible.

(Inherited from VObject.)
Public property width

Get or sets width of this vector line (in points).

See Also

Reference