Control..::..ResizeTo Method

Resizes to.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Point ResizeTo(
	Point size,
	AnchorStyles anchor
)
Public Function ResizeTo ( _
	size As Point, _
	anchor As AnchorStyles _
) As Point
public:
Point^ ResizeTo(
	Point^ size, 
	AnchorStyles^ anchor
)

Parameters

size
Type: Point
The size.
anchor
Type: AnchorStyles
The anchor.

Return Value

Point.