ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / TranslateClip Method
An int indicates the x component of the translation.
An int indicates the y component of the translation.

In This Topic
    TranslateClip Method
    In This Topic
    Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.
    Syntax
    'Declaration
     
    
    Public Sub TranslateClip( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void TranslateClip( 
       int dx,
       int dy
    )

    Parameters

    dx
    An int indicates the x component of the translation.
    dy
    An int indicates the y component of the translation.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also