Version

Search Results

SaveClip Method (IGraphics)

Saves current clipping region to the stack and sets the new clipping region. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle that defines the clipping region.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the clipping region.width Width of the bou...

SaveState Method (IGraphics)

Saves current graphics state to the stack. Syntax

Scale Method (IGraphics)

Applies the specified scaling operation to the transformation matrix. Syntax Parameters scaleX Scale factor in X-direction.scaleY Scale factor in Y-direction.

Shear Method (IGraphics)

Applies the specified shearing operation to the transformation matrix. Syntax Parameters shearX Shear factor in X-direction.shearY Shear factor in Y-direction.

Skew Method (IGraphics)

Applies the specified skewing operation to the transformation matrix. Syntax Parameters skewX Skew factor in X-direction.skewY Skew factor in Y-direction.

StartHyperlink(Int32,Single,Single) Method

Starts a document link. Syntax Parameters pageIndex Index of the target page starting from 0.x X-component of the target.y Y-component of the target.

StartHyperlink(String) Method

Starts a web link. Syntax Parameters reference Web reference.

StartHyperlink Method (IGraphics)

Starts a web link. Overload List

StartShape(PaintMode) Method

Starts a shape. Syntax Parameters mode Painting mode.

StartShape(PaintMode,Boolean) Method

Starts a shape. Syntax Parameters mode Painting mode.clipToBounds Specify true to indicate that the clipping can be done based on the Bounds rather than the path.