'Declaration Public Overloads Sub Draw( _
ByVal drawingSurfaceThe drawing surface.As Vintasoft.Imaging.DrawingSurface, _
ByVal drawingEngineDrawing engine where the figure should be rendered.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal finalTransformThe final graphics transformation.As Vintasoft.Imaging.AffineMatrix, _
ByVal pageThe PDF page.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
)
public void Draw(
Vintasoft.Imaging.DrawingSurface drawingSurface,
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.AffineMatrix finalTransform,
Vintasoft.Imaging.Pdf.Tree.PdfPage page
)
Parameters
- drawingSurface
- The drawing surface.
- drawingEngine
- Drawing engine where the figure should be rendered.
- finalTransform
- The final graphics transformation.
- page
- The PDF page.