ImageGear .NET v24.12 - Updated
InitialMarkRectangle Property




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : InitialMarkRectangle Property
Gets or sets the initial bounds of the mark, which are used to determine the center of the mark.
Syntax
'Declaration
 
Public Property InitialMarkRectangle As ImGearRectangle
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As ImGearRectangle
 
instance.InitialMarkRectangle = value
 
value = instance.InitialMarkRectangle
public ImGearRectangle InitialMarkRectangle {get; set;}
public: __property ImGearRectangle get_InitialMarkRectangle();
public: __property void set_InitialMarkRectangle( 
   ImGearRectangle value
);
public:
property ImGearRectangle InitialMarkRectangle {
   ImGearRectangle get();
   void set (    ImGearRectangle value);
}

Property Value

ImGearRectangle object.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members