'Declaration Public Overloads Shared Sub Draw( _
ByVal imageИзображение.As Vintasoft.Imaging.VintasoftImage, _
ByVal drawingContextКонтекст рисования.As System.Windows.Media.DrawingContext, _
ByVal drawingSurfaceПоверхность рисования.As WpfDrawingSurface, _
ByVal toDeviceTransformПреобразование в пространство устройства.As Vintasoft.Imaging.AffineMatrix, _
ByVal sourceRectИсходный прямоугольник.As System.Windows.Rect, _
ByVal destRectКонечный прямоугольник.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
- Изображение.
- drawingContext
- Контекст рисования.
- drawingSurface
- Поверхность рисования.
- toDeviceTransform
- Преобразование в пространство устройства.
- sourceRect
- Исходный прямоугольник.
- destRect
- Конечный прямоугольник.