ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback