Table of Contents

TTMSFNCGraphicsContextWin.ClipPath Method

Restricts all subsequent drawing operations to the region defined by the given path.

API unit family: TMSFNCGraphics.Win Declaring type: TTMSFNCGraphicsContextWin

Syntax

procedure ClipPath(APath: TTMSFNCGraphicsPath); override;

Parameters

Name Description
APath The path that defines the clipping region.