IBarGraphicsRotateTransform Method |
Use a rotate transform to rotate the render canvas.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxvoid RotateTransform(
float degrees
)
Sub RotateTransform (
degrees As Single
)
Parameters
- degrees
- Type: SystemSingle
The amount to rotate, in degrees.
See Also