M_Furcadia_Drawing_VisibleArea_GetTargetRectFromCenterCoord - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets the target View area from the center coordinates, This is useful for finding the View area of the Connected Furre
Namespace: Furcadia.Drawing
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static ViewArea GetTargetRectFromCenterCoord(
int X,
int Y
)
VB
Public Shared Function GetTargetRectFromCenterCoord (
X As Integer,
Y As Integer
) As ViewArea
VB Usage
Dim X As Integer
Dim Y As Integer
Dim returnValue As ViewArea
returnValue = VisibleArea.GetTargetRectFromCenterCoord(X,
Y)
C++
public:
static ViewArea^ GetTargetRectFromCenterCoord(
int X,
int Y
)
F#
static member GetTargetRectFromCenterCoord :
X : int *
Y : int -> ViewArea
- X
- Type: System.Int32
[Missing documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"] - Y
- Type: System.Int32
[Missing documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"]
Type: ViewArea
[Missing documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"]