'Declaration Public Overridable Sub Draw( _
ByVal drawingРисунок.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal clipRectПрямоугольник обрезки на поверхности рисования.As Vintasoft.Primitives.VintasoftRect _
)
public virtual void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine drawing,
Vintasoft.Primitives.VintasoftRect clipRect
)
public: virtual void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine* drawing,
Vintasoft.Primitives.VintasoftRect clipRect
)
public:
virtual void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine^ drawing,
Vintasoft.Primitives.VintasoftRect clipRect
)
Parameters
- drawing
- Рисунок.
- clipRect
- Прямоугольник обрезки на поверхности рисования.