ImageGear .NET v24.12 - Updated
InitialOppositePoint Property




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : InitialOppositePoint Property
Gets or sets the initial point opposite to the current point. This is null if the resize type is Point.
Syntax
'Declaration
 
Public Property InitialOppositePoint As ImGearPoint
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As ImGearPoint
 
instance.InitialOppositePoint = value
 
value = instance.InitialOppositePoint
public ImGearPoint InitialOppositePoint {get; set;}
public: __property ImGearPoint get_InitialOppositePoint();
public: __property void set_InitialOppositePoint( 
   ImGearPoint value
);
public:
property ImGearPoint InitialOppositePoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImGearPoint object.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members