Version

Search Results

HyperlinkStarted Property (Graphics)

Gets a value indicating whether a hyperlink has been started. Syntax

LineTo Method (Graphics)

Draws a line form the current point. A shape has to be started for this method to work. Syntax Parameters x X-coordinate of the specified position.y Y-coordinate of the specified position.

MoveTo Method (Graphics)

Establishes a new current point. A shape has to be started for this method to work. Syntax Parameters x X-coordinate of the new position.y Y-coordinate of the new position.

PauseHyperlink Method (Graphics)

Pauses the hyperlink. Syntax

Pen Property (Graphics)

Gets or sets a Pen object that defines the color, width and style for shape outlines. Syntax

RestoreClip Method (Graphics)

Restores last clipping region from the stack. Syntax

RestoreState Method (Graphics)

Restores last graphics state from the stack. Syntax

ResumeHyperlink Method (Graphics)

Reactivates the hyperlink. Syntax

Rotate Method (Graphics)

Applies the specified rotation to the transformation matrix. Syntax Parameters centerX X-component of the rotation center.centerY Y-component of the rotation center.angle Angle of rotation in degrees.

SaveClip Method (Graphics)

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...