TransformMatrix

EmfPlusDrawDriverString.TransformMatrix property

Gets or sets the transform matrix An optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the transformation to apply to each value in the text array. The presence of this data is determined from the MatrixPresent field.

public Matrix TransformMatrix { get; set; }

See Also