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