VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / TextGraphicObject Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextGraphicObject Class Members
    In This Topic
    The following tables list the members exposed by TextGraphicObject.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TextGraphicObject class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a brush that should be used for filling the object.
    Public PropertyGets or sets the text font.
    Public PropertyGets or sets the text brush.
    Public PropertyGets or sets an interaction controller of interactive object. (Inherited from GraphicObject)
    Public PropertyGets or sets a value indicating whether the interactive object is visible. (Inherited from GraphicObject)
    Public PropertyGets or sets the text padding.
    Public PropertyGets or sets a pen that should be used for drawing the object.
    Public PropertyGets or sets a point transform of the object. (Inherited from GraphicObject)
    Public PropertyGets or sets the bounding box, in object space, of rectangle. (Inherited from RectangularGraphicObject)
    Public PropertyGets or sets the string format.
    Public PropertyGets or sets text.
    Public PropertyGets or sets text anchor.
    Public Methods
     NameDescription
    Public MethodCreates a new TextGraphicObject that is a copy of the current instance.
    Public MethodCopies current TextGraphicObject to the target TextGraphicObject.
    Public MethodDraws the object on specified System.Drawing.Graphics.
    Public MethodDraws the object on specified System.Drawing.Graphics in the viewer space. (Inherited from GraphicObject)
    Public MethodReturns a bounding box of rectangle, in object space. (Inherited from RectangularGraphicObject)
    Public MethodReturns a drawing rectangle of rectangle, in object space. (Inherited from RectangularGraphicObject)
    Public MethodDetermines that point belongs the object.
    Protected Methods
     NameDescription
    Protected MethodRaises the StateChanged event. Invoked when the state of graphical object is changed. (Inherited from GraphicObject)
    Public Events
     NameDescription
    Public EventOccurs when the object state is changed. (Inherited from GraphicObject)
    See Also