Intersoft ClientUI Documentation
Translate Method (PointExtensions)



The origin point.
The offset point.
Applies the translate transform to a point.
Syntax
<ExtensionAttribute()>
Public Shared Function Translate( _
   ByVal origin As Point, _
   ByVal offset As Point _
) As Point
Dim origin As Point
Dim offset As Point
Dim value As Point
 
value = PointExtensions.Translate(origin, offset)
[ExtensionAttribute()]
public static Point Translate( 
   Point origin,
   Point offset
)
[ExtensionAttribute()]
public:
static Point Translate( 
   Point origin,
   Point offset
) 

Parameters

origin
The origin point.
offset
The offset point.

Return Value

The translated point.
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

Reference

PointExtensions Class
PointExtensions Members

Send Feedback