Class VelloRegion
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloRegion
Inheritance
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
IsEmpty
public bool IsEmpty { get; }
Property Value
Methods
Clone()
public VelloRegion Clone()
Returns
GetBounds()
public RectangleF GetBounds()
Returns
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