'Declaration Public Overloads Sub Transform( _
ByVal figureFigure to transform.As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.ContentStreamGraphicsFigure, _
ByVal transformTransform matrix.As Vintasoft.Imaging.AffineMatrix _
)
public void Transform(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.ContentStreamGraphicsFigure figure,
Vintasoft.Imaging.AffineMatrix transform
)
Parameters
- figure
- Figure to transform.
- transform
- Transform matrix.