ImageGear for .NET
Rectangle Property (ImGearARTMarkTemplates)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback