Table of Contents

TTMSFNCGraphicsContextWEB.ClipPath Method

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

API unit family: TMSFNCGraphics.WEB Declaring type: TTMSFNCGraphicsContextWEB

Syntax

procedure ClipPath(APath: TTMSFNCGraphicsPath); override;

Parameters

Name Description
APath The path that defines the clipping region.