GraphicContextTransform Method
Modify the current transformation matrix by multiplying the specified matrix.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual void Transform(
	Matrix matrix
)

Parameters

matrix
Type: System.Drawing.Drawing2DMatrix
Transformation matrix.
See Also