[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ImageBrush

ImageBrush Class

Represents a rectangular image brush.

Inheritance
ImageBrush
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public class ImageBrush : Brush
Public Class ImageBrush
    Inherits Brush

Constructors

Name Description
ImageBrush()

Initializes a new instance of the ImageBrush class.

ImageBrush(IImage)

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

ImageBrush(ImageBrush)

Creates a copy of a ImageBrush object.

Properties

Name Description
Image

Gets or sets the IImage object used to fill.

Visible

Gets a value indicating whether the brush is actually visible.

Methods

Name Description
SameBrush(Brush)

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