Share via


GetTranslation Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Retrieves the translation of the current drawing context.

Namespace:  Microsoft.SPOT.Presentation.Media
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub GetTranslation ( _
    <OutAttribute> ByRef x As Integer, _
    <OutAttribute> ByRef y As Integer _
)
public void GetTranslation(
    out int x,
    out int y
)
public:
void GetTranslation(
    [OutAttribute] int% x, 
    [OutAttribute] int% y
)
member GetTranslation : 
        x:int byref * 
        y:int byref -> unit 
public function GetTranslation(
    x : int, 
    y : int
)

Parameters

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace