VisibleArea.GetTargetRectFromCenterCoord Method

FFF3PP

VisibleAreaGetTargetRectFromCenterCoord Method

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 44
Syntax
public static ViewArea GetTargetRectFromCenterCoord(
	int X,
	int Y
)
Public Shared Function GetTargetRectFromCenterCoord ( 
	X As Integer,
	Y As Integer
) As ViewArea

Dim X As Integer
Dim Y As Integer
Dim returnValue As ViewArea

returnValue = VisibleArea.GetTargetRectFromCenterCoord(X, 
	Y)
public:
static ViewArea^ GetTargetRectFromCenterCoord(
	int X, 
	int Y
)
static member GetTargetRectFromCenterCoord : 
        X : int * 
        Y : int -> ViewArea 

Parameters

X
Type: SystemInt32

[Missing <param name="X"/> documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"]

Y
Type: SystemInt32

[Missing <param name="Y"/> documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"]

Return Value

Type: ViewArea

[Missing <returns> documentation for "M:Furcadia.Drawing.VisibleArea.GetTargetRectFromCenterCoord(System.Int32,System.Int32)"]

See Also