Click or drag to resize

AnnotationUITransformRectangle Method

Applies the render transformation matrix to a rectangle.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
protected RectangleF TransformRectangle(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
The rectangle to transform.

Return Value

Type: RectangleF
The transformed rectangle.
See Also