ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkControllerData Class / InitialOppositePoint Property




In This Topic
    InitialOppositePoint Property
    In This Topic
    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