VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Rotate(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Rotate(Int32) Method (VintasoftPadding)
In This Topic
Rotates counterclockwise this VintasoftPadding at the specified orthogonal angle.
Syntax
'Declaration

Public Sub Rotate( _
ByVal angle
The angle in degrees (0, 90, 180, 270, 360).
As System.Int32 _
)
public void Rotate(
System.Int32 angle
)

Parameters

angle
The angle in degrees (0, 90, 180, 270, 360).
Exceptions
ExceptionDescription
Thrown if angle is not orthogonal.
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