SkiaSharpRegion Class Members
In This Topic
The following tables list the members exposed by
SkiaSharpRegion.
Public Properties
| Name | Description |
 | Source | Gets the source object of this pen. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | Combine | Overloaded. Combines this region with the specified region. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | GetBounds | Returns a rectangle that bounds this region. |
 | GetRegionScans | Returns an array of System.Drawing.RectangleF structures, which approximate this region after the specified matrix transformation is applied. |
 | IsVisible | Overloaded. Returns a value indicating whether the specified structure is contained within this region. |
 | MakeEmpty | Initializes this region to an empty interior. |
 | MakeInfinite | Initializes this region object to an infinite interior. |
 | Transform | Applies a transform matrix to this rgion. |
See Also