DrawEllipse method (ILEADRasterFXD)
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: |