RectangleFAlign Method (SizeF) |
Aligns the rectangle to a grid of the specified gridSize
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Align(
SizeF gridSize
)
Public Sub Align (
gridSize As SizeF
)
member Align :
gridSize : SizeF -> unit
Parameters
- gridSize
- Type: Eto.DrawingSizeF
Size of the grid to align the rectangle to
Remarks
This will align the top, left, right, and bottom to a grid by inflating each edge to the next grid line.
See Also