Class GeometryExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class GeometryExtensions
Methods
| Name | Description |
|---|---|
| Center(RectangleF) | Determine the center of a Rectangle. |
| PickRegion(Rectangle, Rectangle) | Adjusts the given bounds to fit inside the specified region. If the width or height of the region is non-positive, it represents how much of the bounds' width or height to remove, respectively. If the region's x or y is set, it represents the offset inside the bounds. |
| ToPoint(PointF) | |
| ToPointF(Point) | |
| ToRectangle(RectangleF) | |
| ToRectangleF(Rectangle) | |
| Transform(Point, Matrix3x2) | |
| Transform(Rectangle, Matrix3x2) | |
| Transform(RectangleF, Matrix3x2) | |
| Transform(Vector2, Matrix3x2) |