Share via


Image.displayOrign(Int32, Int32) Method

Definition

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

public:
 virtual void displayOrign(int _Xpos, int _Ypos);
public virtual void displayOrign (int _Xpos, int _Ypos);
abstract member displayOrign : int * int -> unit
override this.displayOrign : int * int -> unit
Public Overridable Sub displayOrign (_Xpos As Integer, _Ypos As Integer)

Parameters

_Xpos
Int32

New Y (vertical) coordinate for the origin.

_Ypos
Int32

New Y (vertical) coordinate for the origin.

Applies to