'Declaration Public Overloads Shared Sub Draw( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal drawingContextThe drawing context.As System.Windows.Media.DrawingContext, _
ByVal drawingSurfaceThe drawing surface.As WpfDrawingSurface, _
ByVal toDeviceTransformTransform to device space.As Vintasoft.Imaging.AffineMatrix, _
ByVal sourceRectThe source rectangle.As System.Windows.Rect, _
ByVal destRectThe destination rectangle.As System.Windows.Rect _
)
public static void Draw(
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext drawingContext,
WpfDrawingSurface drawingSurface,
Vintasoft.Imaging.AffineMatrix toDeviceTransform,
System.Windows.Rect sourceRect,
System.Windows.Rect destRect
)
public: static void Draw(
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Media.DrawingContext drawingContext,
WpfDrawingSurface* drawingSurface,
Vintasoft.Imaging.AffineMatrix* toDeviceTransform,
System.Windows.Rect* sourceRect,
System.Windows.Rect* destRect
)
public:
static void Draw(
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Media.DrawingContext drawingContext,
WpfDrawingSurface^ drawingSurface,
Vintasoft.Imaging.AffineMatrix^ toDeviceTransform,
System.Windows.Rect^ sourceRect,
System.Windows.Rect^ destRect
)
Parameters
- image
- The image.
- drawingContext
- The drawing context.
- drawingSurface
- The drawing surface.
- toDeviceTransform
- Transform to device space.
- sourceRect
- The source rectangle.
- destRect
- The destination rectangle.