Image.displayOrign(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.