Exemplo n.º 1
0
 internal static extern GpStatus GdipMultiplyTextureTransform(GpTexture brush, GpMatrix matrix,MatrixOrder order);
Exemplo n.º 2
0
 internal static extern GpStatus GdipCreateTextureIAI(GpImage image, GpImageAttributes imageAttributes, int x, int y, int width, int height, out GpTexture texture);
Exemplo n.º 3
0
 GdipCreateTexture(GpImage image, WrapMode wrapmode, out GpTexture texture);
Exemplo n.º 4
0
 internal static extern GpStatus GdipCreateTexture(GpImage image, WrapMode wrapmode, out GpTexture texture);
Exemplo n.º 5
0
 internal static extern GpStatus GdipCreateTexture2I(GpImage image, WrapMode wrapmode, int x, int y, int width, int height, out GpTexture texture);
Exemplo n.º 6
0
 internal static extern GpStatus GdipScaleTextureTransform(GpTexture brush, float sx, float sy,  MatrixOrder order);
Exemplo n.º 7
0
 internal static extern GpStatus GdipSetTextureWrapMode(GpTexture brush, WrapMode wrapmode);
Exemplo n.º 8
0
 internal static extern GpStatus  GdipResetTextureTransform(GpTexture brush);
Exemplo n.º 9
0
 internal static extern GpStatus GdipMultiplyTextureTransform(GpTexture brush, GpMatrix matrix, MatrixOrder order);
Exemplo n.º 10
0
 internal static extern GpStatus GdipCreateTextureIAI(GpImage image, GpImageAttributes imageAttributes, int x, int y, int width, int height, out GpTexture texture);
Exemplo n.º 11
0
 internal static extern GpStatus GdipSetTextureTransform(GpTexture brush, GpMatrix matrix);
Exemplo n.º 12
0
 internal static extern GpStatus GdipCreateTexture2I(GpImage image, WrapMode wrapmode, int x, int y, int width, int height, out GpTexture texture);
Exemplo n.º 13
0
 internal static extern GpStatus GdipCreateTextureIA(GpImage image, GpImageAttributes imageAttributes, float x, float y, float width, float height, out GpTexture texture);
Exemplo n.º 14
0
 internal static extern GpStatus GdipCreateTexture2(GpImage image, WrapMode wrapmode, float x, float y, float width, float height, out GpTexture texture);
Exemplo n.º 15
0
 internal static extern GpStatus GdipResetTextureTransform(GpTexture brush);
Exemplo n.º 16
0
 internal static extern GpStatus GdipTranslateTextureTransform(GpTexture brush, float dx, float dy, MatrixOrder order);
Exemplo n.º 17
0
 internal static extern GpStatus GdipRotateTextureTransform(GpTexture brush, float angle, MatrixOrder order);
Exemplo n.º 18
0
 internal static extern GpStatus GdipScaleTextureTransform(GpTexture brush, float sx, float sy, MatrixOrder order);
Exemplo n.º 19
0
 internal static extern GpStatus GdipSetTextureTransform(GpTexture brush, GpMatrix matrix);
Exemplo n.º 20
0
 internal static extern GpStatus GdipRotateTextureTransform(GpTexture brush, float angle, MatrixOrder order);
Exemplo n.º 21
0
 internal static extern GpStatus GdipTranslateTextureTransform(GpTexture brush, float dx, float dy,  MatrixOrder order);
Exemplo n.º 22
0
 internal static extern GpStatus GdipGetTextureWrapMode(GpTexture brush, out WrapMode wrapmode);
Exemplo n.º 23
0
 internal static extern GpStatus GdipCreateTexture2(GpImage image, WrapMode wrapmode, float x, float y, float width, float height, out GpTexture texture);
Exemplo n.º 24
0
 internal static extern GpStatus GdipGetTextureImage(GpTexture brush, out GpImage image);
Exemplo n.º 25
0
 internal static extern GpStatus GdipCreateTextureIA(GpImage image,  GpImageAttributes imageAttributes, float x, float y, float width, float height, out GpTexture texture);
Exemplo n.º 26
0
 internal static extern GpStatus GdipGetTextureImage(GpTexture brush, out GpImage image);
Exemplo n.º 27
0
 GdipFillPolygon(GpGraphics graphics, GpTexture brush,
                 PointF[] points, int count, FillMode fillMode);
Exemplo n.º 28
0
 internal static extern GpStatus GdipFillPolygon(GpGraphics graphics, GpTexture brush,
     PointF[] points, int count, FillMode fillMode);