'Declaration Public Overrides Sub Draw( _
ByVal regionA selection region.As SelectionRegionBase, _
ByVal viewerAn image viewer where the selection region must be drawn.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageAn image where this region must be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal gA graphics where the selection region must be drawn.As System.Drawing.Graphics _
)
public override void Draw(
SelectionRegionBase region,
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Graphics g
)
public: void Draw(
SelectionRegionBase* region,
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Graphics* g
); override
public:
void Draw(
SelectionRegionBase^ region,
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Graphics^ g
); override
Parameters
- region
- A selection region.
- viewer
- An image viewer where the selection region must be drawn.
- image
- An image where this region must be drawn.
- g
- A graphics where the selection region must be drawn.