In This Topic
Applies a translation transformation.
Syntax
'Declaration
Public Function Translate( _
ByVal As System.Single, _
ByVal As System.Single _
) As View
public View Translate(
System.float ,
System.float
)
Parameters
- xPosition
- The X position.
- yPosition
- The Y position.
See Also