'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 documentPDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal resourcesResources that uses a graphics figure.As Vintasoft.Imaging.Pdf.Tree.PdfResources _
)
public void Draw(
Vintasoft.Imaging.DrawingSurface drawingSurface,
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.AffineMatrix finalTransform,
Vintasoft.Imaging.Pdf.PdfDocument document,
Vintasoft.Imaging.Pdf.Tree.PdfResources resources
)
Parameters
- drawingSurface
- The drawing surface.
- drawingEngine
- Drawing engine where the figure should be rendered.
- finalTransform
- The final graphics transformation.
- document
- PDF document.
- resources
- Resources that uses a graphics figure.