'Declaration Public Function New( _ ByVal rotateAngle As Double, _ ByVal padColor As Color _ )
'Usage Dim rotateAngle As Double Dim padColor As Color Dim instance As New RotateOptions(rotateAngle, padColor)
public RotateOptions( double rotateAngle, Color padColor )
public: RotateOptions( double rotateAngle, Color padColor )
public: RotateOptions( double rotateAngle, Color 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.