'Declaration Public Overloads Overrides Sub Draw( _
ByVal drawingSurfaceThe drawing surface.As Vintasoft.Imaging.DrawingSurface, _
ByVal drawingEngineGraphics where the figure should be drawn.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal finalTransformThe final graphics transformation.As Vintasoft.Imaging.AffineMatrix, _
ByVal pageThe PDF page.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal renderingSettingsThe rendering settings.As Boolean, _
ByVal decodingSettingsThe decoding settings.As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
ByVal applyPageRotateCropTransformA value indicating whether to apply page rotate/crop transform.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
)
public override void Draw(
Vintasoft.Imaging.DrawingSurface drawingSurface,
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.AffineMatrix finalTransform,
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
bool renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings applyPageRotateCropTransform
)
public: void Draw(
Vintasoft.Imaging.DrawingSurface* drawingSurface,
Vintasoft.Imaging.Drawing.DrawingEngine* drawingEngine,
Vintasoft.Imaging.AffineMatrix* finalTransform,
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
bool renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* applyPageRotateCropTransform
); override
public:
void Draw(
Vintasoft.Imaging.DrawingSurface^ drawingSurface,
Vintasoft.Imaging.Drawing.DrawingEngine^ drawingEngine,
Vintasoft.Imaging.AffineMatrix^ finalTransform,
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
bool renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ applyPageRotateCropTransform
); override
Parameters
- drawingSurface
- The drawing surface.
- drawingEngine
- Graphics where the figure should be drawn.
- finalTransform
- The final graphics transformation.
- page
- The PDF page.
- renderingSettings
- The rendering settings.
- decodingSettings
- The decoding settings.
- applyPageRotateCropTransform
- A value indicating whether to apply page rotate/crop transform.