Ellipse
E724264
Ellipse is a Windows GDI (Graphics Device Interface) drawing function used to render ellipses and circles in device contexts.
Statements (45)
| Predicate | Object |
|---|---|
| instanceOf |
GDI drawing function
ⓘ
Windows GDI function ⓘ |
| belongsToLibrary | GDI NERFINISHED ⓘ |
| belongsToSubsystem | Windows Graphics Device Interface NERFINISHED ⓘ |
| boundingRectangleDefinedBy |
bottom
ⓘ
left ⓘ right ⓘ top ⓘ |
| callingConvention | stdcall ⓘ |
| category | GDI primitive drawing function ⓘ |
| circleCondition | occurs when bounding rectangle is a square ⓘ |
| coordinateSystem | logical coordinates of the device context ⓘ |
| definedIn | wingdi.h ⓘ |
| documentationIn | Microsoft Win32 GDI reference NERFINISHED ⓘ |
| drawsOutlineWith | current pen ⓘ |
| ellipseIs | inscribed in the specified bounding rectangle ⓘ |
| exportedBy | gdi32.dll ⓘ |
| fillsInteriorWith | current brush ⓘ |
| hasSignature | BOOL Ellipse(HDC hdc, int left, int top, int right, int bottom); ⓘ |
| headerFile | wingdi.h ⓘ |
| introducedIn | early versions of Win32 API ⓘ |
| libraryToLink | Gdi32.lib ⓘ |
| operatesOn | device context ⓘ |
| parameter |
HDC hdc
ⓘ
int bottom ⓘ int left ⓘ int right ⓘ int top ⓘ |
| relatedFunction |
Arc
ⓘ
Chord ⓘ Pie ⓘ Rectangle ⓘ RoundRect NERFINISHED ⓘ |
| requires |
selected brush in device context
ⓘ
selected pen in device context ⓘ valid device context handle ⓘ |
| returns | BOOL ⓘ |
| returnValueMeaning |
nonzero if successful
ⓘ
zero if it fails ⓘ |
| supportedOn | Windows desktop applications ⓘ |
| threadingModel | not thread-safe on shared HDC without synchronization ⓘ |
| usedFor |
drawing circles
ⓘ
drawing ellipses ⓘ |
| usesCurrent |
brush
ⓘ
pen ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.