Пример #1
0
 public static extern int imaqOverlayOpenContour(IntPtr image, ref Point points, int numPoints, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #2
0
 public static extern int imaqOverlayBitmap(IntPtr image, Point destLoc, ref RGBValue bitmap, uint numCols, uint numRows, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #3
0
 public static extern int imaqOverlayLine(IntPtr image, Point start, Point end, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #4
0
 public static extern int imaqMergeOverlay(IntPtr dest, IntPtr source, ref RGBValue palette, uint numColors, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #5
0
 public static extern int imaqOverlayArc(IntPtr image, ref ArcInfo arc, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #6
0
 public static extern int imaqOverlayRect(IntPtr image, Rect rect, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #7
0
 public static extern int imaqWriteJPEG2000File(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, int lossless, float compressionRatio, ref JPEG2000FileAdvancedOptions advancedOptions, ref RGBValue colorTable);
Пример #8
0
 public static extern int imaqSetWindowPalette(int windowNumber, PaletteType type, ref RGBValue palette, int numColors);
Пример #9
0
 public static extern int imaqSetToolColor(ref RGBValue color);
Пример #10
0
 public static extern int imaqImageToClipboard(IntPtr image, ref RGBValue palette);
Пример #11
0
 public static extern int imaqSetWindowBackground(int windowNumber, WindowBackgroundFillStyle fillStyle, WindowBackgroundHatchStyle hatchStyle, ref RGBValue fillColor, ref RGBValue backgroundColor);
Пример #12
0
 public static extern int imaqClipboardToImage(IntPtr dest, ref RGBValue palette);
Пример #13
0
 public static extern int imaqWriteVisionFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable);
Пример #14
0
 public static extern int imaqWritePNGFile2(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, uint compressionSpeed, ref RGBValue colorTable, int useBitDepth);
Пример #15
0
 public static extern int imaqOverlayOval(IntPtr image, Rect boundingBox, ref RGBValue color, DrawMode drawMode, IntPtr group);
Пример #16
0
 public static extern int imaqSetContourColor(ref ROI roi, int id, ref RGBValue color);
Пример #17
0
 public static extern int imaqOverlayPoints(IntPtr image, ref Point points, int numPoints, ref RGBValue colors, int numColors, PointSymbol symbol, ref UserPointSymbol userSymbol, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #18
0
 public static extern int imaqSetROIColor(ref ROI roi, ref RGBValue color);
Пример #19
0
 public static extern int imaqOverlayText(IntPtr image, Point origin, [MarshalAs(UnmanagedType.LPStr)] string text, ref RGBValue color, ref OverlayTextOptions options, [MarshalAs(UnmanagedType.LPStr)] string group);
Пример #20
0
 public static extern int imaqReadFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable, ref int numColors);