Gets a value indicating whether a hyperlink has been paused. Syntax
Gets a value indicating whether a hyperlink has been started. Syntax
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.
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.
Pauses the hyperlink. Syntax
Gets or sets a Pen object that defines the color, width and style for shape outlines. Syntax
Restores last clipping region from the stack. Syntax
Restores last graphics state from the stack. Syntax
Reactivates the hyperlink. Syntax
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.