VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / TextGraphicObject Class
In This Topic
TextGraphicObject Class Methods
In This Topic
For a list of all methods of this type, see TextGraphicObject.
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 MethodOverloaded. Determines 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)
See Also