|
|
|
|
ClipEllipse
Draw a clipped, single pixel wide, outlined ellipse
Declaration
void NAPI GA_2DRenderFuncs::ClipEllipse(
N_int32 left,
N_int32 top,
N_int32 A,
N_int32 B,
N_int32 clipLeft,
N_int32 clipTop,
N_int32 clipRight,
N_int32 clipBottom)
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 |
clipLeft |
Left coordinate for clip rectangle (inclusive) |
clipTop |
Top coordinate for clip rectangle (inclusive) |
clipRight |
Right coordinate for clip rectangle (exclusive) |
clipBottom |
Bottom coordinate for clip rectangle (exclusive) |
Description
This function draws a single pixel wide, outlined ellipse using the currently active foreground color and mix. The output is clipped against the passed in clip rectangle.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com