'Declaration Public Sub Render( _
ByVal drawingEngineThe drawing engine that should render the drawing path.As DrawingEngine, _
ByVal transformThe transform that should be applied to the drawing path.As Vintasoft.Imaging.AffineMatrix, _
ByVal pathThe drawing path that should be rendered.As IGraphicsPath _
)
public void Render(
DrawingEngine drawingEngine,
Vintasoft.Imaging.AffineMatrix transform,
IGraphicsPath path
)
public: void Render(
DrawingEngine* drawingEngine,
Vintasoft.Imaging.AffineMatrix* transform,
IGraphicsPath* path
)
public:
void Render(
DrawingEngine^ drawingEngine,
Vintasoft.Imaging.AffineMatrix^ transform,
IGraphicsPath^ path
)
Parameters
- drawingEngine
- The drawing engine that should render the drawing path.
- transform
- The transform that should be applied to the drawing path.
- path
- The drawing path that should be rendered.