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




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