DrawEllipse method (ILEADRasterFXD)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short DrawEllipse(ILEADRaster *pRaster, long hDC, float fLeft, float fTop, float fWidth, float fHeight);

Overview

Refer to Drawing Simple Objects.

Remarks

Draws an ellipse on the window or on the bitmap raster. The DrawPersistence property determines whether the object is drawn on the window or the bitmap raster.

Whether you draw to the window or to the bitmap raster, drawing objects are always positioned in the ILEADRasterView Control's client area. If the target is the bitmap, LEADTOOLS translates the values to bitmap coordinates.

See Also

Topics:

Drawing Effects:3D Drawing Special Effects