'Declaration Public Sub TransformXObject( _
ByVal xObjectThe content XObject, which must be transformed.As PdfContentXObject, _
ByVal transformThe transformation, which should be applied to the xObject.As Vintasoft.Imaging.AffineMatrix _
)
public void TransformXObject(
PdfContentXObject xObject,
Vintasoft.Imaging.AffineMatrix transform
)
public: void TransformXObject(
PdfContentXObject* xObject,
Vintasoft.Imaging.AffineMatrix* transform
)
public:
void TransformXObject(
PdfContentXObject^ xObject,
Vintasoft.Imaging.AffineMatrix^ transform
)
Parameters
- xObject
- The content XObject, which must be transformed.
- transform
- The transformation, which should be applied to the xObject.