Grasshopper API
GH_ResizeBorder Class |
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)
The GH_ResizeBorder type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_ResizeBorder(GH_Border) |
Create a new instance of the GH_ResizeBorder class.
| |
| GH_ResizeBorder(RectangleF, GH_BorderTopology) |
Create a new instance of the GH_ResizeBorder class.
|
| Name | Description | |
|---|---|---|
| Anchor |
Gets or sets the anchor point for sizing operations.
This point is determined automatically when you call Setup(),
however you can alter it afterwards if you want.
| |
| Region |
Gets the shape of the border.
(Inherited from GH_Border.) | |
| Size_Cursor |
Gets the cursor associated with this border.
(Inherited from GH_Border.) | |
| Topology |
Gets the type of border.
(Inherited from GH_Border.) |
| Name | Description | |
|---|---|---|
| Contains |
Test a point for border inclusion.
(Inherited from GH_Border.) | |
| Setup(IGH_Attributes, PointF) |
Set up a new sizing operation.
| |
| Setup(RectangleF, PointF, PointF) |
Set up a new sizing operation.
| |
| Setup(IGH_Attributes, PointF, SizeF) |
Set up a new sizing operation.
| |
| Setup(RectangleF, PointF, PointF, SizeF) |
Set up a new sizing operation.
| |
| Setup(IGH_Attributes, PointF, SizeF, SizeF) |
Set up a new sizing operation.
| |
| Setup(RectangleF, PointF, PointF, SizeF, SizeF) |
Set up a new sizing operation.
| |
| Solve |
Solve a resizing step.
|