WebPlanner Programmer's Guide

IGraphics.TranslateClip Method

See Also
 


Translates the clipping region of this IGraphics object by specified amounts in the horizontal and vertical directions.

 Overload List

Name Description

IGraphics.TranslateClip (Int32, Int32)

Translates the clipping region of this IGraphics object by specified amounts in the horizontal and vertical directions.

IGraphics.TranslateClip (Single, Single)

Translates the clipping region of this IGraphics object by specified amounts in the horizontal and vertical directions.

 See Also