Class VelloTextureBrush
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloTextureBrush : VelloBrush, IDisposable
Inheritance
object ← VelloBrush ← VelloTextureBrush
Implements
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
Opacity
public float Opacity { get; set; }
Property Value
Quality
public ImageQuality Quality { get; set; }
Property Value
ImageQuality
WrapMode
public WrapMode WrapMode { get; set; }
Property Value
Methods
CreateCoreBrushCore()
protected override Brush CreateCoreBrushCore()
Returns
Brush