Version

Search Results

SaveState Method (Graphics)

Saves current graphics state to the stack. Syntax

Scale Method (Graphics)

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 (Graphics)

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 (Graphics)

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 (Graphics)

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.

StartShape Method (Graphics)

Starts a shape. Overload List