Vcl.Direct2D.TDirect2DCanvas.FillGeometry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillGeometry(Geometry: ID2D1Geometry);

C++

void __fastcall FillGeometry(_di_ID2D1Geometry Geometry);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Draws a shape on the canvas.

Call FillGeometry to draw a geometrical shape on the canvas. The shape is outlined using the value of Pen, and filled using the value of Brush.

The Geometry parameter is an interface to a Direct2D object that describes the shape being drawn.

See Also