[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ImageBrush

Class ImageBrush

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Represents a rectangular image brush.

public class ImageBrush : Brush
Inheritance
object
ImageBrush
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ImageBrush()

Initializes a new instance of the ImageBrush class.

public ImageBrush()

ImageBrush(IImage)

Initializes a new instance of the ImageBrush class using specified IImage object.

public ImageBrush(IImage image)

Parameters

image IImage

The IImage object.

ImageBrush(ImageBrush)

Creates a copy of a ImageBrush object.

public ImageBrush(ImageBrush source)

Parameters

source ImageBrush

Properties

Image

Gets or sets the IImage object used to fill.

public IImage Image { get; set; }

Property Value

IImage

Visible

Gets a value indicating whether the brush is actually visible.

public override bool Visible { get; }

Property Value

bool

Methods

SameBrush(Brush)

Returns True if the specified brush is the same as the current brush.

protected override bool SameBrush(Brush brush)

Parameters

brush Brush

Returns

bool