Exemplo n.º 1
0
 public static extern int imaqOverlayOpenContour(IntPtr image, ref Point points, int numPoints, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 2
0
 public static extern int imaqOverlayBitmap(IntPtr image, Point destLoc, ref RGBValue bitmap, uint numCols, uint numRows, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 3
0
 public static extern int imaqOverlayLine(IntPtr image, Point start, Point end, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 4
0
 public static extern int imaqMergeOverlay(IntPtr dest, IntPtr source, ref RGBValue palette, uint numColors, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 5
0
 public static extern int imaqOverlayArc(IntPtr image, ref ArcInfo arc, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 6
0
 public static extern int imaqOverlayRect(IntPtr image, Rect rect, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
Exemplo n.º 7
0
 public static extern int imaqWriteJPEG2000File(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, int lossless, float compressionRatio, ref JPEG2000FileAdvancedOptions advancedOptions, ref RGBValue colorTable);
Exemplo n.º 8
0
 public static extern int imaqSetWindowPalette(int windowNumber, PaletteType type, ref RGBValue palette, int numColors);
Exemplo n.º 9
0
 public static extern int imaqSetToolColor(ref RGBValue color);
Exemplo n.º 10
0
 public static extern int imaqImageToClipboard(IntPtr image, ref RGBValue palette);
Exemplo n.º 11
0
 public static extern int imaqSetWindowBackground(int windowNumber, WindowBackgroundFillStyle fillStyle, WindowBackgroundHatchStyle hatchStyle, ref RGBValue fillColor, ref RGBValue backgroundColor);
Exemplo n.º 12
0
 public static extern int imaqClipboardToImage(IntPtr dest, ref RGBValue palette);
Exemplo n.º 13
0
 public static extern int imaqWriteVisionFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable);
Exemplo n.º 14
0
 public static extern int imaqWritePNGFile2(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, uint compressionSpeed, ref RGBValue colorTable, int useBitDepth);
Exemplo n.º 15
0
 public static extern int imaqOverlayOval(IntPtr image, Rect boundingBox, ref RGBValue color, DrawMode drawMode, IntPtr group);
Exemplo n.º 16
0
 public static extern int imaqSetContourColor(ref ROI roi, int id, ref RGBValue color);
Exemplo n.º 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);
Exemplo n.º 18
0
 public static extern int imaqSetROIColor(ref ROI roi, ref RGBValue color);
Exemplo n.º 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);
Exemplo n.º 20
0
 public static extern int imaqReadFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable, ref int numColors);