VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataState Class / CenterRelativeLocation Property
Syntax Requirements SeeAlso
In This Topic
    CenterRelativeLocation Property (AnnotationDataState)
    In This Topic
    Gets or sets the annotation center coordinates relative to the Location property without regard to rotation.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property CenterRelativeLocation As System.Drawing.PointF
    
    
    [Browsable(False)]
    public System.Drawing.PointF CenterRelativeLocation { get; set; }
    
    
    [Browsable(False)]
    public: __property System.Drawing.PointF get_CenterRelativeLocation();
    public: __property void set_CenterRelativeLocation(
    System.Drawing.PointF value
    );
    [Browsable(False)]
    public:
    property System.Drawing.PointF CenterRelativeLocation { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also