'Declaration Public Sub DrawViewer( _
ByVal imageVintasoftImage для рисования этого просмотрщика.As Vintasoft.Imaging.VintasoftImage, _
ByVal sourceRectИсходный прямоугольник в просмотрщике.As System.Windows.Rect, _
ByVal destRectПрямоугольник в контексте рисования.As System.Windows.Rect _
)
public void DrawViewer(
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Rect sourceRect,
System.Windows.Rect destRect
)
public: void DrawViewer(
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Rect* sourceRect,
System.Windows.Rect* destRect
)
public:
void DrawViewer(
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Rect^ sourceRect,
System.Windows.Rect^ destRect
)
Parameters
- image
- VintasoftImage для рисования этого просмотрщика.
- sourceRect
- Исходный прямоугольник в просмотрщике.
- destRect
- Прямоугольник в контексте рисования.