Пример #1
0
 internal static extern GpStatus GdipSetImageAttributesThreshold(GpImageAttributes imageattr,
            ColorAdjustType type,
            bool enableFlag,
            float threshold);
Пример #2
0
 internal static extern GpStatus GdipResetImageAttributes(GpImageAttributes imageattr,
     ColorAdjustType type);
Пример #3
0
 internal static extern GpStatus GdipSetImageAttributesGamma(GpImageAttributes imageattr,
        ColorAdjustType type,
        bool enableFlag,
        float gamma);
Пример #4
0
 internal ImageAttributesPlus(GpImageAttributes imageAttr, GpStatus status)
 {
     SetNativeImageAttr(imageAttr);
     lastResult = status;
 }
Пример #5
0
 internal static extern GpStatus GdipCreateImageAttributes(out GpImageAttributes imageattr);
Пример #6
0
 internal static extern GpStatus GdipDrawImagePointsRectI(GpGraphics graphics, GpImage image,
     Point[] points, int count, int srcx,
     int srcy, int srcwidth, int srcheight,
     Unit srcUnit,
     GpImageAttributes imageAttributes,
     IntPtr callback, IntPtr callbackData);
Пример #7
0
 internal void SetNativeImageAttr(GpImageAttributes nativeImageAttr)
 {
     this.nativeImageAttr = nativeImageAttr;
 }
Пример #8
0
 GdipDisposeImageAttributes(GpImageAttributes imageattr);
Пример #9
0
 GdipSetImageAttributesToIdentity(GpImageAttributes imageattr,
                                  ColorAdjustType type);
Пример #10
0
 GdipCreateImageAttributes(out GpImageAttributes imageattr);
Пример #11
0
 GdipCloneImageAttributes(GpImageAttributes imageattr,
                          out GpImageAttributes cloneImageattr);
Пример #12
0
 GdipDrawImagePointsRectI(GpGraphics graphics, GpImage image,
                          Point[] points, int count, int srcx,
                          int srcy, int srcwidth, int srcheight,
                          Unit srcUnit,
                          GpImageAttributes imageAttributes,
                          IntPtr callback, IntPtr callbackData);
Пример #13
0
 GdipDrawImageRectRect(GpGraphics graphics, GpImage image, float dstx,
                       float dsty, float dstwidth, float dstheight,
                       float srcx, float srcy, float srcwidth, float srcheight,
                       Unit srcUnit,
                       GpImageAttributes imageAttributes,
                       IntPtr callback, IntPtr callbackData);
Пример #14
0
 public ImageAttributesPlus()
 {
     nativeImageAttr = new GpImageAttributes();
     lastResult      = GdiPlus.GdipCreateImageAttributes(out nativeImageAttr);
 }
Пример #15
0
 internal void SetNativeImageAttr(GpImageAttributes nativeImageAttr)
 {
     this.nativeImageAttr = nativeImageAttr;
 }
Пример #16
0
 GdipResetImageAttributes(GpImageAttributes imageattr,
                          ColorAdjustType type);
Пример #17
0
 internal static extern GpStatus GdipCreateTextureIAI(GpImage image, GpImageAttributes imageAttributes, int x, int y, int width, int height, out GpTexture texture);
Пример #18
0
 GdipSetImageAttributesThreshold(GpImageAttributes imageattr,
                                 ColorAdjustType type,
                                 bool enableFlag,
                                 float threshold);
Пример #19
0
 internal static extern GpStatus GdipDrawImageRectRect(GpGraphics graphics, GpImage image, float dstx,
     float dsty, float dstwidth, float dstheight,
     float srcx, float srcy, float srcwidth, float srcheight,
     Unit srcUnit,
     GpImageAttributes imageAttributes,
     IntPtr callback, IntPtr callbackData);
Пример #20
0
 GdipSetImageAttributesGamma(GpImageAttributes imageattr,
                             ColorAdjustType type,
                             bool enableFlag,
                             float gamma);
Пример #21
0
 public ImageAttributesPlus()
 {
     nativeImageAttr = new GpImageAttributes();
     lastResult = GdiPlus.GdipCreateImageAttributes(out nativeImageAttr);
 }
Пример #22
0
 GdipSetImageAttributesNoOp(GpImageAttributes imageattr,
                            ColorAdjustType type,
                            bool enableFlag);
Пример #23
0
 internal static extern GpStatus GdipCloneImageAttributes(GpImageAttributes imageattr,
     out GpImageAttributes cloneImageattr);
Пример #24
0
 GdipSetImageAttributesColorKeys(GpImageAttributes imageattr,
                                 ColorAdjustType type,
                                 bool enableFlag,
                                 int colorLow,
                                 int colorHigh);
Пример #25
0
 internal static extern GpStatus GdipDisposeImageAttributes(GpImageAttributes imageattr);
Пример #26
0
 internal static extern GpStatus GdipCreateTextureIA(GpImage image, GpImageAttributes imageAttributes, float x, float y, float width, float height, out GpTexture texture);
Пример #27
0
 internal static extern GpStatus GdipSetImageAttributesColorKeys(GpImageAttributes imageattr,
            ColorAdjustType type,
            bool enableFlag,
            int colorLow,
            int colorHigh);
Пример #28
0
 internal static extern GpStatus GdipCreateTextureIAI(GpImage image, GpImageAttributes imageAttributes, int x, int y, int width, int height, out GpTexture texture);
Пример #29
0
 internal static extern GpStatus GdipSetImageAttributesNoOp(GpImageAttributes imageattr,
       ColorAdjustType type,
       bool enableFlag);
Пример #30
0
 internal static extern GpStatus GdipCreateTextureIA(GpImage image,  GpImageAttributes imageAttributes, float x, float y, float width, float height, out GpTexture texture);
Пример #31
0
 internal static extern GpStatus GdipSetImageAttributesToIdentity(GpImageAttributes imageattr,
             ColorAdjustType type);
Пример #32
0
 internal ImageAttributesPlus(GpImageAttributes imageAttr, GpStatus status)
 {
     SetNativeImageAttr(imageAttr);
     lastResult = status;
 }