Click or drag to resize

AnnotationRegionTransform Method

Applies a transformation matrix to this region.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Transform(
	Matrix matrix
)

Parameters

matrix
Type: System.Drawing.Drawing2DMatrix
The matrix to apply.
See Also