VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / TileReflectionCommand Class / TileReflectionCommand Constructors / TileReflectionCommand Constructor(Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
TileReflectionCommand Constructor(Int32,Int32,Int32)
In This Topic
Initializes a new instance of the TileReflectionCommand class.
Syntax
'Declaration

Public Function New( _
ByVal rotationAngle
Rotation angle in degrees.
As System.Int32, _
ByVal squareSize
Square size in pixels.
As System.Int32, _
ByVal curvature
Level of curvature.
As System.Int32 _
)
public TileReflectionCommand(
System.Int32 rotationAngle,
System.Int32 squareSize,
System.Int32 curvature
)

Parameters

rotationAngle
Rotation angle in degrees.
squareSize
Square size in pixels.
curvature
Level of curvature.
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