CurvedTextVObject Members

The CurvedTextVObject type exposes the following members.

Constructors

Name Description
Public method CurvedTextVObject Overloaded.

Methods

Name Description
Public method Accept (Overrides RectangleVObject.Accept(IVObjectVisitor).)
Public method BeginUpdate

Starts updating of this VObject.

(Inherited from VObject.)
Public method Clone (Inherited from VObject.)
Protected method CreateAdvancedText (Overrides BaseTextVObject.CreateAdvancedText(String, Graphics).)
Protected method CreateFont (Inherited from BaseTextVObject.)
Public method Draw

Draws VObject on the specified Bitmap.

(Inherited from VObject.)
Protected method DrawContent (Inherited from BaseTextVObject.)
Public method EndUpdate

Finishes updating of this VObject.

(Inherited from VObject.)
Public method Equals (Inherited from Object.)
Protected method FillShape (Inherited from ShapeVObject.)
Protected method Finalize (Inherited from Object.)
Protected method GetBorderWidth (Inherited from ShapeVObject.)
Protected method GetBytes (Overrides BaseTextVObject.GetBytes()().)
Protected method GetColorManagement (Inherited from VObject.)
Public method GetDrawer (Inherited from VObject.)
Protected method GetDrawingPath (Inherited from BaseTextVObject.)
Protected method GetDrawingRectangle (Overrides BaseTextVObject.GetDrawingRectangle(Single).)
Public method GetHashCode (Inherited from Object.)
Protected method GetPath (Inherited from ShapeVObject.)
Protected method GetShapeDrawer (Inherited from ShapeVObject.)
Public method GetType (Inherited from Object.)
Public method GetVObjectData (Overrides ShapeVObject.GetVObjectData()().)
Public method GetVObjectDataType (Overrides ShapeVObject.GetVObjectDataType()().)
Protected method MeasureText (Inherited from BaseTextVObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChanged

Raises the Changed event.

(Inherited from VObject.)
Protected method RotateText (Overrides BaseTextVObject.RotateText(Text, Single).)
Protected method StrokeShape (Inherited from ShapeVObject.)
Public method ToString (Inherited from Object.)
Protected method Transform_TransformChanged (Overrides VObject.Transform_TransformChanged(Object, EventArgs).)
Protected method UpdateSize (Overrides BaseTextVObject.UpdateSize()().)
Protected method VOAligmnentToAdvanced (Inherited from BaseTextVObject.)

Fields

Name Description
Public field Font (Inherited from BaseTextVObject.)
Protected field IncludeBorder (Inherited from RectangleVObject.)

Properties

Name Description
Public property ActualAngle
Public property Alignment (Inherited from BaseTextVObject.)
Public property Angle

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

(Inherited from BaseRectangleVObject.)
Public property BorderColor (Inherited from ShapeVObject.)
Public property BorderWidth (Inherited from ShapeVObject.)
Public property Bounds (Inherited from BaseTextVObject.)
Public property Canvas

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

(Inherited from VObject.)
Public property Data

Gets or sets serialized data of this VObject.

(Inherited from VObject.)
Public property FillColor (Inherited from ShapeVObject.)
Public property FitToPath
Public property FitToPathStep
Public property FixedBorderWidth (Inherited from ShapeVObject.)
Public property Height (Inherited from BaseRectangleVObject.)
Public property HorizontalScale (Inherited from BaseTextVObject.)
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 IsRichText (Inherited from BaseTextVObject.)
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 Leading (Inherited from BaseTextVObject.)
Public property Location (Inherited from BaseRectangleVObject.)
Public property Locked

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

(Inherited from VObject.)
Public property MaskColor (Inherited from ContentVObject.)
Public property Name

Gets or sets the name of the VObject.

(Inherited from VObject.)
Public property Opacity (Inherited from BaseRectangleVObject.)
Public property OriginalFontSize
Public property Path (Inherited from ShapeVObject.)
Public property PathEnd
Public property PathStart
Public property Permissions (Inherited from VObject.)
Public property Rectangle

Gets or sets a rectangle and its rotation angle.

(Inherited from BaseRectangleVObject.)
Public property Stretch
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 Text (Inherited from BaseTextVObject.)
Public property TextColor (Inherited from BaseTextVObject.)
Protected property TextMode (Inherited from BaseTextVObject.)
Public property TextPath
Public property TextWrappingMode (Inherited from BaseRectangleVObject.)
Public property Tracking (Inherited from BaseTextVObject.)
Public property Transform

Gets or sets value which configures v-object transformation.

(Inherited from VObject.)
Public property Underline (Inherited from BaseTextVObject.)
Public property UniqueId

Gets or sets a unique identifier of this VObject.

(Inherited from VObject.)
Protected property ValidRect (Inherited from BaseTextVObject.)
Public property VerticalScale (Inherited from BaseTextVObject.)
Public property Visible

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

(Inherited from VObject.)
Public property Width (Inherited from BaseRectangleVObject.)

Events

Name Description
Public event Changed

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

(Inherited from VObject.)

See Also

Reference