Class ImageBrush
Namespace: VelloSharp
Assembly: VelloSharp.dll
public sealed class ImageBrush : Brush
Inheritance
object ← Brush ← ImageBrush
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
ImageBrush(Image)
public ImageBrush(Image image)
Parameters
image
Image
Properties
Alpha
public float Alpha { get; set; }
Property Value
Image
public Image Image { get; }
Property Value
Quality
public ImageQuality Quality { get; set; }
Property Value
XExtend
public ExtendMode XExtend { get; set; }
Property Value
YExtend
public ExtendMode YExtend { get; set; }