'Declaration Public Overrides Sub DrawAppearance( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image, where interactive object is located.As Vintasoft.Imaging.VintasoftImage, _
ByVal engineA drawing engine, where the object must be drawn.As Vintasoft.Imaging.Drawing.DrawingEngine _
)
public override void DrawAppearance(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Drawing.DrawingEngine engine
)
public: void DrawAppearance(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Drawing.DrawingEngine* engine
); override
public:
void DrawAppearance(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Drawing.DrawingEngine^ engine
); override
Parameters
- viewer
- The image viewer.
- image
- The image, where interactive object is located.
- engine
- A drawing engine, where the object must be drawn.