Table of Contents

Struct ImageBrushProperties

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes image brush features.
D2D1_IMAGE_BRUSH_PROPERTIES

public struct ImageBrushProperties : IEquatable<ImageBrushProperties>
Implements
Inherited Members

Constructors

ImageBrushProperties(RectFloat, ExtendMode, ExtendMode, InterpolationMode)

Properties

ExtendModeX

The extend mode in the image x-axis.

ExtendModeY

The extend mode in the image y-axis.

InterpolationMode

The interpolation mode to use when scaling the image brush.

SourceRectangle

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

Methods

Equals(ImageBrushProperties)
Equals(in ImageBrushProperties)
Equals(object?)
GetHashCode()

Operators

operator ==(in ImageBrushProperties, in ImageBrushProperties)
operator !=(in ImageBrushProperties, in ImageBrushProperties)