Instantiates a new RotateOptions object setting the specified values.
Syntax
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Color _
)
'Usage
Dim rotateAngle As Double
Dim padColor As Color
Dim instance As New RotateOptions(rotateAngle, padColor)
Parameters
- rotateAngle
- The angle to rotate the image (measured in degrees).
- padColor
- The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.
See Also