Ejemplo n.º 1
0
 GdipMultiplyTextureTransform(GpTexture brush, GpMatrix matrix,
                              MatrixOrder order);
Ejemplo n.º 2
0
 GdipFillPolygon(GpGraphics graphics, GpTexture brush,
                 GpPointF[] points, int count, FillMode fillMode);
Ejemplo n.º 3
0
 GdipSetTextureTransform(GpTexture brush, GpMatrix matrix);
Ejemplo n.º 4
0
 GdipResetTextureTransform(GpTexture brush);
Ejemplo n.º 5
0
 GdipCreateTexture2I(GpImage image, WrapMode wrapmode, int x,
                     int y, int width, int height, out GpTexture texture);
Ejemplo n.º 6
0
 GdipCreateTextureIAI(GpImage image,
                      GpImageAttributes imageAttributes,
                      int x, int y, int width, int height,
                      out GpTexture texture);
Ejemplo n.º 7
0
 GdipCreateTexture2(GpImage image, WrapMode wrapmode, float x,
                    float y, float width, float height, out GpTexture texture);
Ejemplo n.º 8
0
 GdipCreateTextureIA(GpImage image,
                     GpImageAttributes imageAttributes,
                     float x, float y, float width, float height,
                     out GpTexture texture);
Ejemplo n.º 9
0
 GdipGetTextureImage(GpTexture brush, out GpImage image);
Ejemplo n.º 10
0
 GdipCreateTexture(GpImage image, WrapMode wrapmode,
                   out GpTexture texture);
Ejemplo n.º 11
0
 GdipGetTextureWrapMode(GpTexture brush, out WrapMode wrapmode);
Ejemplo n.º 12
0
 GdipSetTextureWrapMode(GpTexture brush, WrapMode wrapmode);
Ejemplo n.º 13
0
 GdipRotateTextureTransform(GpTexture brush, float angle, MatrixOrder order);
Ejemplo n.º 14
0
 GdipScaleTextureTransform(GpTexture brush, float sx, float sy,
                           MatrixOrder order);
Ejemplo n.º 15
0
 GdipTranslateTextureTransform(GpTexture brush, float dx, float dy,
                               MatrixOrder order);