'Declaration Public Overloads Shared Sub Draw( _
ByVal imageImage to draw.As Vintasoft.Imaging.VintasoftImage, _
ByVal drawingContextDrawing context where image should be drawn.As System.Windows.Media.DrawingContext, _
ByVal sourceRectThe rectangular area, in pixels, of image to draw.As System.Windows.Rect, _
ByVal destRectThe rectangular area, in device-independent pixels (1/96th inch), of device context where image should be drawn.As System.Windows.Rect _
)
public static void Draw(
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect sourceRect,
System.Windows.Rect destRect
)
public: static void Draw(
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect* sourceRect,
System.Windows.Rect* destRect
)
public:
static void Draw(
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect^ sourceRect,
System.Windows.Rect^ destRect
)
Parameters
- image
- Image to draw.
- drawingContext
- Drawing context where image should be drawn.
- sourceRect
- The rectangular area, in pixels, of image to draw.
- destRect
- The rectangular area, in device-independent pixels (1/96th inch), of device context where image should be drawn.