VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / GraphicObjectGroup Class
Constructors Properties Methods Events SeeAlso
In This Topic
    GraphicObjectGroup Class Members
    In This Topic
    The following tables list the members exposed by GraphicObjectGroup.
    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. (Inherited from GraphicObject)
    Public PropertyGets or sets a value indicating whether the interactive object is visible. (Inherited from GraphicObject)
    Public PropertyGets a layout anchor, which defines where graphic objects should be drawn in LayoutRect.
    Public PropertyGets a layout rectangle, which defines a region where graphic objects should be drawn.
    Public PropertyGets or sets the objects of group.
    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 Methods
     NameDescription
    Public MethodCreates a new GraphicObjectGroup that is a copy of the current instance.
    Public MethodCopies current GraphicObjectGroup to the target GraphicObjectGroup.
    Public MethodDisables the graphic object group layout.
    Public MethodDraws the object on specified System.Drawing.Graphics in the object space. (Inherited from GraphicObject)
    Public MethodDraws the object on specified System.Drawing.Graphics in the viewer space.
    Public MethodEnables the graphic object group layout.
    Public MethodReturns a bounding box of object, in object space.
    Public MethodReturns a drawing rectangle of object, in object space.
    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