Class SkiaRegionHandler
Implements IRegionHandler provider for the SkiaSharp regions.
public class SkiaRegionHandler : DisposableObject, IBaseObject, IDisposableObject, IRegionHandler, IDisposable
- Inheritance
-
SkiaRegionHandler
- Implements
Constructors
- SkiaRegionHandler()
Initializes a new instance of the SkiaRegionHandler class.
- SkiaRegionHandler(PointD[], FillMode)
Initializes a new instance of the SkiaRegionHandler class.
- SkiaRegionHandler(RectD, double?)
Initializes a new instance of the SkiaRegionHandler class with the specified rectangle.
- SkiaRegionHandler(Region)
Initializes a new instance of the SkiaRegionHandler class with the specified region.
Properties
- ScaleFactor
Gets or sets scale factor used when convertion device-independent units to/from pixels is performed.
Methods
- GetHashCode()
Calculates hash code for this object.
- IsEqualTo(Region)
Gets whether or not this region is equal to other region.
- Op(RectD, SKRegionOperation)
Performs operation on the region using specified operaion kind and rectangle parameter.
- Op(Region, SKRegionOperation)
Performs operation on this region using specified operaion kind and region parameter.