'Declaration Public Sub DrawAppearance( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal imageThe image, where interactive object is located.As Vintasoft.Imaging.VintasoftImage, _
ByVal dcA drawing context, where the object must be drawn.As System.Windows.Media.DrawingContext _
)
public void DrawAppearance(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext dc
)
public: void DrawAppearance(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Media.DrawingContext dc
)
public:
void DrawAppearance(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Windows.Media.DrawingContext dc
)
Parameters
- viewer
- The image viewer.
- image
- The image, where interactive object is located.
- dc
- A drawing context, where the object must be drawn.