Ellipse

E724264

Ellipse is a Windows GDI (Graphics Device Interface) drawing function used to render ellipses and circles in device contexts.

All labels observed (1)

Label Occurrences
Ellipse canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf GDI drawing function ⓘ
Windows GDI function ⓘ
belongsToLibrary GDI ⓘ
linked to: Gdi32
belongsToSubsystem Windows Graphics Device Interface ⓘ
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 ⓘ
linked to: Gdi32
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 ⓘ
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 ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Gdi32 → exportsFunction → Ellipse ⓘ