Charting for WinForms Programmer's Guide
GdiGraphics.TranslateClip Method (Single, Single)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void TranslateClip (
    float dx,
    float dy
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also

TranslateClip Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace