Image.displayOrign Method

Enables you to specify an offset (X, Y) from the original origin (0, 0).

Syntax

public void displayOrign(int Xpos, int Ypos)

Run On

Client

Parameters

  • Xpos
    Type: int
    New X (horizontal) coordinate for the origin.
  • Ypos
    Type: int
    New Y (vertical) coordinate for the origin.

See Also

Reference

Image Class