Table of Contents

TTMSFNCGraphicsContext.ClipPath Method

Restricts all subsequent drawing operations to the region enclosed by APath.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

procedure ClipPath(APath: TTMSFNCGraphicsPath); virtual; abstract;

Parameters

Name Description
APath Path that defines the clipping region.