AnnotationUITransformRectangle Method |
Applies the render transformation matrix to a rectangle.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected RectangleF TransformRectangle(
RectangleF rectangle
)
Protected Function TransformRectangle (
rectangle As RectangleF
) As RectangleF
Parameters
- rectangle
- Type: System.DrawingRectangleF
The rectangle to transform.
Return Value
Type:
RectangleF The transformed rectangle.
See Also