Property | Type | Description | |
---|---|---|---|
CalculateBoundsForResizing | void | ||
GetBoundsForLowerLeftCorner | |||
GetBoundsForLowerRightCorner | |||
GetBoundsForUpperLeftCorner | |||
GetBoundsForUpperRightCorner | |||
ResizeBottomLeft | void | ||
ResizeBottomRight | void | ||
ResizeTopLeft | void | ||
ResizeTopRight | void |
Method | Description | |
---|---|---|
Resize ( double dx, double dy ) : void |
Resizes the element.
|
|
ResizeController ( IResizableElement resizableElement ) : System |
Initializes a new instance of the ResizeController class.
|
|
SetCursor ( Point p ) : void |
Determines resizing anchor and sets appropriate Cursor.
|
|
StartResizing ( ) : void |
Starts resizing of the element.
|
Method | Description | |
---|---|---|
CalculateBoundsForResizing ( ) : void |
Calculates bounds for resizing.
|
|
GetBoundsForLowerLeftCorner ( ) : |
Calculates bounds for resizing by the lower left corner.
|
|
GetBoundsForLowerRightCorner ( ) : |
Calculates bounds for resizing by the lower right corner.
|
|
GetBoundsForUpperLeftCorner ( ) : |
Calculates bounds for resizing by the upper left corner.
|
|
GetBoundsForUpperRightCorner ( ) : |
Calculates bounds for resizing by the upper right corner.
|
|
ResizeBottomLeft ( double dx, double dy ) : void |
Resizes the window by the lower left corner of the window.
|
|
ResizeBottomRight ( double dx, double dy ) : void |
Resizes the window by the bottom right corner of the window.
|
|
ResizeTopLeft ( double dx, double dy ) : void |
Resizes the window by the top left corner of the window.
|
|
ResizeTopRight ( double dx, double dy ) : void |
Resizes the window by the top right corner of the window.
|
public Resize ( double dx, double dy ) : void | ||
dx | double | Displacement by X-coordinate. |
dy | double | Displacement by Y-coordinate. |
return | void |
public ResizeController ( IResizableElement resizableElement ) : System | ||
resizableElement | IResizableElement | The resizable element. |
return | System |
public SetCursor ( Point p ) : void | ||
p | Point | Coordinates of the mouse pointer. |
return | void |