'Declaration Public Overridable Sub Draw( _
ByVal imageThe VintasoftImage where surface should be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal sourceRectThe rectangle on drawing surface.As System.Windows.Rect, _
ByVal destRectThe rectangle on VintasoftImage.As System.Windows.Rect _
)
public virtual void Draw(
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Rect sourceRect,
System.Windows.Rect destRect
)
public: virtual void Draw(
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Rect* sourceRect,
System.Windows.Rect* destRect
)
public:
virtual void Draw(
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Rect^ sourceRect,
System.Windows.Rect^ destRect
)
Parameters
- image
- The VintasoftImage where surface should be drawn.
- sourceRect
- The rectangle on drawing surface.
- destRect
- The rectangle on VintasoftImage.