#include <gdiplusbrush.h>
|
| TextureBrush (Image *image, WrapMode wrapMode, const RectF &dstRect) |
|
| TextureBrush (Image *image, Rect &dstRect, ImageAttributes *imageAttributes) |
|
| TextureBrush (Image *image, WrapMode wrapMode, INT dstX, INT dstY, INT dstWidth, INT dstHeight) |
|
| TextureBrush (Image *image, WrapMode wrapMode, REAL dstX, REAL dstY, REAL dstWidth, REAL dstHeight) |
|
| TextureBrush (Image *image, RectF &dstRect, ImageAttributes *imageAttributes) |
|
| TextureBrush (Image *image, WrapMode wrapMode) |
|
| TextureBrush (Image *image, WrapMode wrapMode, const Rect &dstRect) |
|
Image * | GetImage () const |
|
Status | GetTransform (Matrix *matrix) const |
|
WrapMode | GetWrapMode () const |
|
Status | MultiplyTransform (Matrix *matrix, MatrixOrder order=MatrixOrderPrepend) |
|
Status | ResetTransform () |
|
Status | RotateTransform (REAL angle, MatrixOrder order) |
|
Status | ScaleTransform (REAL sx, REAL sy, MatrixOrder order) |
|
Status | SetTransform (const Matrix *matrix) |
|
Status | SetWrapMode (WrapMode wrapMode) |
|
Status | TranslateTransform (REAL dx, REAL dy, MatrixOrder order) |
|
Definition at line 503 of file gdiplusbrush.h.
◆ TextureBrush() [1/8]
Definition at line 506 of file gdiplusbrush.h.
507 {
512 }
friend GpBrush *& getNat(const Brush *brush)
void SetNativeBrush(GpBrush *brush)
◆ TextureBrush() [2/8]
◆ TextureBrush() [3/8]
Definition at line 523 of file gdiplusbrush.h.
524 {
529 }
GLenum GLint GLint GLint GLint GLuint GLenum GLint GLint GLint dstY
GLenum GLint GLint GLint GLint GLuint GLenum GLint GLint dstX
◆ TextureBrush() [4/8]
◆ TextureBrush() [5/8]
◆ TextureBrush() [6/8]
◆ TextureBrush() [7/8]
◆ TextureBrush() [8/8]
TextureBrush::TextureBrush |
( |
| ) |
|
|
inlineprotected |
◆ GetImage()
Image * TextureBrush::GetImage |
( |
| ) |
const |
|
inline |
Definition at line 1482 of file gdiplusheaders.h.
1483{
1489
1491 if (!newImage)
1492 DllExports::GdipDisposeImage(
image);
1493 return newImage;
1494}
Status SetStatus(Status status) const
GpTexture * GetNativeTexture() const
◆ GetNativeTexture()
GpTexture * TextureBrush::GetNativeTexture |
( |
| ) |
const |
|
inlineprotected |
◆ GetTransform()
◆ GetWrapMode()
WrapMode TextureBrush::GetWrapMode |
( |
| ) |
const |
|
inline |
◆ MultiplyTransform()
Definition at line 583 of file gdiplusbrush.h.
584 {
587 }
GLuint GLdouble GLdouble GLint GLint order
◆ ResetTransform()
Status TextureBrush::ResetTransform |
( |
| ) |
|
|
inline |
◆ RotateTransform()
◆ ScaleTransform()
◆ SetTransform()
◆ SetWrapMode()
◆ TranslateTransform()
The documentation for this class was generated from the following files: