Skip to main content

Class ImageBrush

Namespace: VelloSharp
Assembly: VelloSharp.dll

public sealed class ImageBrush : Brush

Inheritance

objectBrushImageBrush

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

float

Image

public Image Image { get; }

Property Value

Image

Quality

public ImageQuality Quality { get; set; }

Property Value

ImageQuality

XExtend

public ExtendMode XExtend { get; set; }

Property Value

ExtendMode

YExtend

public ExtendMode YExtend { get; set; }

Property Value

ExtendMode