Table of Contents

Struct ImageBrushProperties

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes image brush features.

public struct ImageBrushProperties
Inherited Members

Fields

ExtendModeX

The extend mode in the image x-axis.

public ExtendMode ExtendModeX

Field Value

ExtendMode

ExtendModeY

The extend mode in the image y-axis.

public ExtendMode ExtendModeY

Field Value

ExtendMode

InterpolationMode

The interpolation mode to use when scaling the image brush.

public InterpolationMode InterpolationMode

Field Value

InterpolationMode

SourceRectangle

The source rectangle in the image space from which the image will be tiled or interpolated.

public RawRectangleF SourceRectangle

Field Value

RawRectangleF