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: 11.4.0.9.0.377 (.NET 4.5.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