'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Overloads Sub Rotate( _ ByVal rotationAngle As Double, _ ByVal padColor As Color _ )
'Usage Dim instance As ScanFix Dim rotationAngle As Double Dim padColor As Color instance.Rotate(rotationAngle, padColor)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void Rotate( double rotationAngle, Color padColor )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void Rotate( double rotationAngle, Color padColor )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void Rotate( double rotationAngle, Color padColor )
Parameters
- rotationAngle
- 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.