Supported Browsers Home   
DrawColorPattTrap Previous   
DrawEllipseList Next   
GA_2DRenderFuncs Up   

DrawEllipse

Draw a single pixel wide, outlined ellipse

Declaration

void NAPI GA_2DRenderFuncs::DrawEllipse(
    N_int32 left,
    N_int32 top,
    N_int32 A,
    N_int32 B)

Prototype In

snap/graphics.h

Parameters

left

Left coordinate for first pixel in the ellipse

top

Top coordinate for first pixel in the ellipse

A

Major axis dimension

B

Minor axis dimension

 

Description

This function draws a single pixel wide, outlined ellipse using the currently active foreground color and mix.

See Also

ClipEllipse

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com