'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Overloads Sub Rotate( _ ByVal options As RotateOptions _ )
'Usage Dim instance As ScanFix Dim options As RotateOptions instance.Rotate(options)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void Rotate( RotateOptions options )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void Rotate( RotateOptions* options )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void Rotate( RotateOptions^ options )
Parameters
- options
- A RotateOptions object that specifies how to rotate the image.