Version

IGraphics Interface Methods

For a list of all members of this type, see IGraphics members.

Public Methods
 NameDescription
 MethodAddHyperlinkAreaAdds a rectangular area to the hit region of the hyperlink.  
 MethodClipArcClips an arc.  
 MethodClipBeziersClips a series of cubic Bezier splines.  
 MethodClipChordClips a chord.  
 MethodClipClosedCurveClips a closed cardinal spline.  
 MethodClipEllipseClips an ellipse.  
 MethodClipPieClips a pie.  
 MethodClipPolygonClips a polygon.  
 MethodClipRectangleClips a rectangle.  
 MethodClipRoundedRectClips a rounded rectangle.  
 MethodClosePathCloses a path.  
 MethodCurveToDraws a Bezier spline form the current point. A shape has to be started for this method to work.  
 MethodDrawArcOverloaded. Draws an arc.  
 MethodDrawBezierDraws a cubic Bezier spline.  
 MethodDrawBeziersOverloaded. Draws a series of cubic Bezier splines.  
 MethodDrawChordOverloaded. Draws a chord.  
 MethodDrawClosedCurveOverloaded. Draws a closed cardinal spline.  
 MethodDrawCurveDraws a cardinal spline.  
 MethodDrawEllipseOverloaded. Draws an ellipse.  
 MethodDrawImageOverloaded. Draws an image.  
 MethodDrawLineDraws a line.  
 MethodDrawLinesDraws a sequence of lines.  
 MethodDrawPieOverloaded. Draws a pie.  
 MethodDrawPolygonOverloaded. Draws a polygon.  
 MethodDrawRectangleOverloaded. Draws a rectangle.  
 MethodDrawRoundedRectOverloaded. Draws a rounded rectangle.  
 MethodDrawSpacingDraws an invisible spacing. It is useful for underlined text and automatic hyperlink areas.  
 MethodDrawStringOverloaded. Draws the specified text string at the current location.  
 MethodEndHyperlinkStops the hyperlink.  
 MethodEndShapeEnds current shape.  
 MethodFillArcFills an arc.  
 MethodFillBeziersFills a series of cubic Bezier splines.  
 MethodFillChordFills a chord.  
 MethodFillClosedCurveFills a closed cardinal spline.  
 MethodFillEllipseFills an ellipse.  
 MethodFillPieFills a pie.  
 MethodFillPolygonFills a polygon.  
 MethodFillRectangleFills a rectangle.  
 MethodFillRoundedRectFills a rounded rectangle.  
 MethodFlushForces execution of all pending graphics operations.  
 MethodGetCharWidthMeasures the specified character.  
 MethodGetStringWidthMeasures the specified text string.  
 MethodLineToDraws a line from the current point. A shape has to be started for this method to work.  
 MethodMoveToEstablishes a new current point. A shape has to be started for this method to work.  
 MethodPauseHyperlinkPauses the hyperlink.  
 MethodRestoreClipRestores last clipping region from the stack.  
 MethodRestoreStateRestores last graphics state from the stack.  
 MethodResumeHyperlinkReactivates the hyperlink.  
 MethodRotateApplies the specified rotation to the transformation matrix.  
 MethodSaveClipSaves current clipping region to the stack and sets the new clipping region.  
 MethodSaveStateSaves current graphics state to the stack.  
 MethodScaleApplies the specified scaling operation to the transformation matrix.  
 MethodShearApplies the specified shearing operation to the transformation matrix.  
 MethodSkewApplies the specified skewing operation to the transformation matrix.  
 MethodStartHyperlinkOverloaded. Starts a web link.  
 MethodStartShapeOverloaded. Starts a shape.  
 MethodTransformApplies new transformation.  
 MethodTranslateChanges the origin of the coordinate system by prepending the specified translation to the transformation matrix.  
See Also