GraphicContextTransformationMatrix Property |
Sets or gets transformation matrix.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual Matrix TransformationMatrix { get; set; }
Public Overridable Property TransformationMatrix As Matrix
Get
Set
public:
virtual property Matrix^ TransformationMatrix {
Matrix^ get ();
void set (Matrix^ value);
}
abstract TransformationMatrix : Matrix with get, set
override TransformationMatrix : Matrix with get, set
Property Value
Type:
MatrixSee Also