VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Rotate(Int32) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
Rotate(Int32) Метод (VintasoftPadding)
В этом разделе
Rotates counterclockwise this VintasoftPadding at the specified orthogonal angle.
Синтаксис
'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).
Исключения
ИсключениеОписание
Thrown if angle is not orthogonal.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также