Table of Contents

Class ClippingPathInfo

Namespace
iText.Kernel.Pdf.Canvas.Parser.Data
Assembly
itext.kernel.dll

Represents the clipping path data.

public class ClippingPathInfo : AbstractRenderInfo, IEventData
Inheritance
ClippingPathInfo
Implements
Inherited Members

Constructors

ClippingPathInfo(CanvasGraphicsState, Path, Matrix)

Creates a new ClippingPathInfo instance.

public ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)

Parameters

gs CanvasGraphicsState

the canvas graphics state

path Path

the Path which represents current clipping path

ctm Matrix

the current transformation matrix

Methods

GetClippingPath()

Gets the Path which represents current clipping path.

public virtual Path GetClippingPath()

Returns

Path

the Path which represents current clipping path

GetCtm()

Gets the current transformation matrix.

public virtual Matrix GetCtm()

Returns

Matrix

the current transformation matrix