Search
GdiGraphics.TranslateClip Method (Int32, Int32)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void TranslateClip (
    int dx,
    int dy
)

Visual Basic  Copy Code

Public Overridable Sub TranslateClip( _
    dx As Integer, _
    dy As Integer _
)

 Parameters

dx
The x component of the translation.
dy
The y component of the translation.

 See Also