VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / RotateCommand Class / Angle Property
Syntax Requirements SeeAlso
    Angle Property (RotateCommand)
    Gets or sets the rotation angle, in degrees.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The rotation angle, in degrees.
    Possible values are from 0 to 360.")>
    Public Property Angle As Double
    
    
     

    Property Value

    Possible values are from 0 to 360. Default value is 0.
    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