VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / TileReflectionCommand Class / TileReflectionCommand Constructors / TileReflectionCommand Constructor(Int32,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    TileReflectionCommand Constructor(Int32,Int32,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса TileReflectionCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal rotationAngle
    Угол поворота в градусах.
    As System.Int32, _
    ByVal squareSize
    Размер квадрата в пикселях.
    As System.Int32, _
    ByVal curvature
    Уровень кривизны.
    As System.Int32 _
    )
    public TileReflectionCommand(
    System.Int32 rotationAngle,
    System.Int32 squareSize,
    System.Int32 curvature
    )
    public: TileReflectionCommand(
    System.Int32 rotationAngle,
    System.Int32 squareSize,
    System.Int32 curvature
    )
    public:
    TileReflectionCommand(
    System.Int32 rotationAngle,
    System.Int32 squareSize,
    System.Int32 curvature
    )

    Parameters

    rotationAngle
    Угол поворота в градусах.
    squareSize
    Размер квадрата в пикселях.
    curvature
    Уровень кривизны.
    Требования

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

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