Piccolo.NET

PDefaultScrollDirector.SetViewPosition Method 

Sets the view position in a manner consistent with standardized scrolling.

public virtual void SetViewPosition(
   float x,
   float y
);

Parameters

x
The x coordinate of the new position.
y
The y coordinate of the new position.

Implements

PScrollDirector.SetViewPosition

See Also

PDefaultScrollDirector Class | UMD.HCIL.PiccoloX.Components Namespace