Class GeometryExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.Native.dll
Syntax
public static class GeometryExtensions
Methods
Name | Description |
---|---|
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. |
Transform(Rectangle, Matrix3x2) | |
Transform(RectangleF, Matrix3x2) |