ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkRotateEventArgs Class / Center Property




In This Topic
    Center Property (ImGearARTMarkRotateEventArgs)
    In This Topic
    Gets the center point, around which to rotate the mark.
    Syntax
    'Declaration
     
    Public ReadOnly Property Center As ImGearPoint
    'Usage
     
    Dim instance As ImGearARTMarkRotateEventArgs
    Dim value As ImGearPoint
     
    value = instance.Center
    public ImGearPoint Center {get;}
    public: __property ImGearPoint get_Center();
    public:
    property ImGearPoint Center {
       ImGearPoint get();
    }

    Property Value

    ImageGear.Core.ImGearPoint value.
    See Also