WebPlanner Programmer's Guide

GraphicsEx.TranslateTransform Method

See Also
 


Appends the specified translation to the current translation transformation of this GraphicsEx object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling.Compact

 Syntax

C#  Copy Code

public void TranslateTransform (
    int dx,
    int dy
)

Visual Basic  Copy Code

Public Sub TranslateTransform ( _
    dx As Integer, _
    dy As Integer _
)

 Parameters

dx
A value to add to the x component of the translation vector.
dy
A value to add to the y component of the translation vector.

 See Also