Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void MoveViewport(float, float, double, double)

  • Declared in: RT.Util.Drawing.Canvas

Declaration

public void MoveViewport(
    float sx,
    float sy,
    double wx,
    double wy
)

Summary

Adjusts the offsets so that the world coordinate wx,wy is at the screen coordinate sx,sy. Does not modify the scaling.