Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

TextureBrush class (gdiplusbrush.h)

  • 2022-08-19
Feedback

In this article

TheTextureBrush class defines aBrush object that contains anImage object that is used for the fill. The fill image can be transformed by using the localMatrix object contained in theBrush object.

Inheritance

The TextureBrush class implements Brush.

Methods

TheTextureBrush class has these methods.

 
TextureBrush::GetImage

The TextureBrush::GetImage method gets a pointer to the Image object that is defined by this texture brush.
TextureBrush::GetTransform

The TextureBrush::GetTransform method gets the transformation matrix of this texture brush.
TextureBrush::GetWrapMode

The TextureBrush::GetWrapMode method gets the wrap mode currently set for this texture brush.
TextureBrush::MultiplyTransform

The TextureBrush::MultiplyTransform method updates this brush's transformation matrix with the product of itself and another matrix.
TextureBrush::ResetTransform

The TextureBrush::ResetTransform method resets the transformation matrix of this texture brush to the identity matrix. This means that no transformation takes place.
TextureBrush::RotateTransform

The TextureBrush::RotateTransform method updates this texture brush's current transformation matrix with the product of itself and a rotation matrix.
TextureBrush::ScaleTransform

The TextureBrush::ScaleTransform method updates this texture brush's current transformation matrix with the product of itself and a scaling matrix.
TextureBrush::SetTransform

The TextureBrush::SetTransform method sets the transformation matrix of this texture brush.
TextureBrush::SetWrapMode

The TextureBrush::SetWrapMode method sets the wrap mode of this texture brush.
TextureBrush::TextureBrush

The TextureBrush::TextureBrush(const TextureBrush &) constructor (gdiplusbrush.h) lists the constructors of the TextureBrush class.
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a defining rectangle, and a set of image properties. (overload 1/2)
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a defining rectangle, and a set of image properties. (overload 2/2)
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image and a wrap mode. The size of the brush defaults to the size of the image, so the entire image is used by the brush.
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a wrap mode, and a defining rectangle. (overload 1/2)
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a wrap mode, and a defining rectangle. (overload 2/2)
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a wrap mode, and a defining set of coordinates. (overload 1/2)
TextureBrush::TextureBrush

Creates a TextureBrush object based on an image, a wrap mode, and a defining set of coordinates. (overload 2/2)
TextureBrush::TextureBrush

The TextureBrush::TextureBrush~r9 constructor (gdiplusbrush.h) lists the constructors of the TextureBrush class.
TextureBrush::TranslateTransform

The TextureBrush::TranslateTransform method updates this brush's current transformation matrix with the product of itself and a translation matrix.

Requirements

RequirementValue
Target PlatformWindows
Headergdiplusbrush.h

Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo