Table of Contents

Constructor SkiaRegionHandler

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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

rect RectD

Ractangle.

scaleFactor double?

Scale factor.

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)

Parameters

points PointD[]

Array of points which specify region.

fillMode FillMode

Fill mode.