Class Region
Represents a region of an image.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public abstract class Region
Properties
| Improve this Doc View SourceBounds
Gets the bounding box that entirely surrounds this region.
Declaration
public abstract Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
Rectangle |