The VerticalLine type exposes the following members.

Methods

  NameDescription
Draw
Draws the primitive on a graphics surface.
(Inherited from PrimitiveBase.)
DrawContent
Draws the actual primitve.
(Overrides PrimitiveBase..::.DrawContent(Graphics, Color, Rectangle).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnChanged
Fires the Changed event.
(Inherited from PrimitiveBase.)
ParentResized
Should be called, when the parent container is resized.
(Inherited from PrimitiveBase.)
ResetAnchor
Resets the Anchor property to its default value.
(Inherited from PrimitiveBase.)
ResetBounds
Resets the Bounds property to its default value.
(Inherited from PrimitiveBase.)
ResetColor
Resets the Color property to its default value.
(Inherited from PrimitiveBase.)
ScalePrimitive
Scales the primitive by a given scale factor.
(Inherited from PrimitiveBase.)
ShouldSerializeAnchor
Indicates whether the Anchor property should be persisted.
(Inherited from PrimitiveBase.)
ShouldSerializeBounds
Indicates whether the Bounds property should be persisted.
(Inherited from PrimitiveBase.)
ShouldSerializeColor
Indicates whether the Color property should be persisted.
(Inherited from PrimitiveBase.)
ShouldSerializeName
Indicates whether the Name property should be persisted.
(Inherited from PrimitiveBase.)
ShouldSerializeSize
Indicates whether the Size property should be persisted.
(Inherited from PrimitiveBase.)
ToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also