PsDocument.Scale

PsDocument.Scale method

Adds scale to current graphics state (scale current matrix).

public void Scale(float xScale, float yScale)
ParameterTypeDescription
xScaleSingleThe scale in X axis.
yScaleSingleThe translation in Y axis.

See Also