Class ClippingPathInfo
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
CanvasGraphicsStatepath
Paththe Path which represents current clipping path
ctm
Matrixthe current transformation matrix
Methods
GetClippingPath()
Gets the Path which represents current clipping path.
public virtual Path GetClippingPath()
Returns
GetCtm()
Gets the current transformation matrix.
public virtual Matrix GetCtm()
Returns
- Matrix
the current transformation matrix