[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Fills rectangle or triangle areas with gradient colors.
Source position: winapih.inc line 164
public function TWidgetSet.GradientFill( |
DC: HDC; |
Vertices: PTriVertex; |
NumVertices: LongInt; |
Meshes: Pointer; |
NumMeshes: LongInt; |
Mode: LongInt |
):Boolean; virtual; |
DC |
|
The device context. |
Mode |
|
E.g. GRADIENT_FILL_RECT_H. |
False on failure.
Version 4.0 | Generated 2025-05-03 | Home |