Skip to main content

Class VelloRegion

Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll

public sealed class VelloRegion

Inheritance

objectVelloRegion

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VelloRegion()

public VelloRegion()

VelloRegion(RectangleF)

public VelloRegion(RectangleF rectangle)

Parameters

rectangle RectangleF

VelloRegion(VelloGraphicsPath)

public VelloRegion(VelloGraphicsPath path)

Parameters

path VelloGraphicsPath

Properties

FillMode

public FillMode FillMode { get; set; }

Property Value

FillMode

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Methods

Clone()

public VelloRegion Clone()

Returns

VelloRegion

GetBounds()

public RectangleF GetBounds()

Returns

RectangleF

MakeEmpty()

public void MakeEmpty()

SetPath(VelloGraphicsPath)

public void SetPath(VelloGraphicsPath path)

Parameters

path VelloGraphicsPath

SetRectangle(RectangleF)

public void SetRectangle(RectangleF rectangle)

Parameters

rectangle RectangleF

Transform(Matrix3x2)

public void Transform(Matrix3x2 matrix)

Parameters

matrix Matrix3x2