ImageGear .NET v24.12 - Updated
Rectangle Property (ImGearARTMarkTemplates)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Rectangle Property
Gets or sets a Rectangle mark to be used as a template when creating rectangle marks using the mouse.
Syntax
'Declaration
 
Public Property Rectangle As ImGearARTRectangle
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTRectangle
 
instance.Rectangle = value
 
value = instance.Rectangle
public ImGearARTRectangle Rectangle {get; set;}
public: __property ImGearARTRectangle* get_Rectangle();
public: __property void set_Rectangle( 
   ImGearARTRectangle* value
);
public:
property ImGearARTRectangle^ Rectangle {
   ImGearARTRectangle^ get();
   void set (    ImGearARTRectangle^ value);
}

Property Value

ImGearARTRectangle value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members