Skip to main content

Class VelloTextureBrush

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

public sealed class VelloTextureBrush : VelloBrush, IDisposable

Inheritance

objectVelloBrushVelloTextureBrush

Implements

IDisposable

Inherited Members

VelloBrush.Transform, VelloBrush.Dispose(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VelloTextureBrush(VelloBitmap)

public VelloTextureBrush(VelloBitmap bitmap)

Parameters

bitmap VelloBitmap

VelloTextureBrush(Image)

public VelloTextureBrush(Image image)

Parameters

image Image

Properties

Bitmap

public VelloBitmap Bitmap { get; }

Property Value

VelloBitmap

Opacity

public float Opacity { get; set; }

Property Value

float

Quality

public ImageQuality Quality { get; set; }

Property Value

ImageQuality

WrapMode

public WrapMode WrapMode { get; set; }

Property Value

WrapMode

Methods

CreateCoreBrushCore()

protected override Brush CreateCoreBrushCore()

Returns

Brush