Table of Contents

TTMSFNCGraphicsContextAndroid.FillRect Method

Fills a rectangle with the specified fill style.

API unit family: TMSFNCGraphics.Android Declaring type: TTMSFNCGraphicsContextAndroid

Syntax

procedure FillRect(AFill: TTMSFNCGraphicsFill; ARect: TRectF; AModifyRectMode: TTMSFNCGraphicsModifyRectMode = gcrmShrinkAll); override;

Parameters

Name Description
AFill The fill style to apply.
ARect The rectangle to fill.
AModifyRectMode Controls pixel-boundary adjustments applied to the rectangle.