FurrePosition Constructor (Int32, Int32)

From Furcadia Framework

FurrePosition Constructor (Int32, Int32)

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Furre Position using integer Corrdinates

Namespace:  Furcadia.Drawing
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public FurrePosition(
	int X,
	int Y
)
Public Sub New ( 
	X As Integer,
	Y As Integer
)

Dim X As Integer
Dim Y As Integer

Dim instance As New FurrePosition(X, Y)
public:
FurrePosition(
	int X, 
	int Y
)
new : 
        X : int * 
        Y : int -> FurrePosition

Parameters

X
Type: SystemInt32
Integer X Coordinate
Y
Type: SystemInt32
Integer Y Coordinate
See Also

Reference