Constructor SkiaRegionHandler
SkiaRegionHandler()
Initializes a new instance of the SkiaRegionHandler class.
public SkiaRegionHandler()
SkiaRegionHandler(RectD, double?)
Initializes a new instance of the SkiaRegionHandler class with the specified rectangle.
public SkiaRegionHandler(RectD rect, double? scaleFactor = null)
Parameters
SkiaRegionHandler(Region)
Initializes a new instance of the SkiaRegionHandler class with the specified region.
public SkiaRegionHandler(Region region)
Parameters
region
Region
Exceptions
- ArgumentException
Raised if
region
type is not supported.
SkiaRegionHandler(PointD[], FillMode)
Initializes a new instance of the SkiaRegionHandler class.
public SkiaRegionHandler(PointD[] points, FillMode fillMode)