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

Initializes a new instance of the RichTextBoxEx..::.Native..::.POINT class

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public POINT(
	int x,
	int y
)
Public Sub New ( _
	x As Integer, _
	y As Integer _
)
public:
POINT(
	int x, 
	int y
)

Parameters

x
Int32
y
Int32

See Also