VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfRectangularObjectTransformer Class / RotationPoint Property
Syntax Requirements SeeAlso
In This Topic
    RotationPoint Property (WpfRectangularObjectTransformer)
    In This Topic
    Gets or sets the rotation point.
    Syntax
    'Declaration
    
    Public Property RotationPoint As WpfRotationPoint
    
    
    public WpfRotationPoint RotationPoint { get; set; }
    
    
    public: __property WpfRotationPoint* get_RotationPoint();
    public: __property void set_RotationPoint(
    WpfRotationPoint* value
    );
    public:
    property WpfRotationPoint^ RotationPoint { WpfRotationPoint^ get(); void set(WpfRotationPoint^ value); }
    Requirements

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

    See Also