Version

Search Results

HyperlinkPaused Property (IGraphics)

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

HyperlinkStarted Property (IGraphics)

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

LineTo Method (IGraphics)

Draws a line from 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 (IGraphics)

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

Pauses the hyperlink. Syntax

Pen Property (IGraphics)

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

RestoreClip Method (IGraphics)

Restores last clipping region from the stack. Syntax

RestoreState Method (IGraphics)

Restores last graphics state from the stack. Syntax

ResumeHyperlink Method (IGraphics)

Reactivates the hyperlink. Syntax

Rotate Method (IGraphics)

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.