コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayOpenContour(IntPtr image, ref Point points, int numPoints, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayBitmap(IntPtr image, Point destLoc, ref RGBValue bitmap, uint numCols, uint numRows, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #3
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayLine(IntPtr image, Point start, Point end, ref RGBValue color, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #4
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqMergeOverlay(IntPtr dest, IntPtr source, ref RGBValue palette, uint numColors, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #5
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayArc(IntPtr image, ref ArcInfo arc, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #6
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayRect(IntPtr image, Rect rect, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
コード例 #7
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqWriteJPEG2000File(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, int lossless, float compressionRatio, ref JPEG2000FileAdvancedOptions advancedOptions, ref RGBValue colorTable);
コード例 #8
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetWindowPalette(int windowNumber, PaletteType type, ref RGBValue palette, int numColors);
コード例 #9
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetToolColor(ref RGBValue color);
コード例 #10
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqImageToClipboard(IntPtr image, ref RGBValue palette);
コード例 #11
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetWindowBackground(int windowNumber, WindowBackgroundFillStyle fillStyle, WindowBackgroundHatchStyle hatchStyle, ref RGBValue fillColor, ref RGBValue backgroundColor);
コード例 #12
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqClipboardToImage(IntPtr dest, ref RGBValue palette);
コード例 #13
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqWriteVisionFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable);
コード例 #14
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqWritePNGFile2(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, uint compressionSpeed, ref RGBValue colorTable, int useBitDepth);
コード例 #15
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqOverlayOval(IntPtr image, Rect boundingBox, ref RGBValue color, DrawMode drawMode, IntPtr group);
コード例 #16
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetContourColor(ref ROI roi, int id, ref RGBValue color);
コード例 #17
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 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
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetROIColor(ref ROI roi, ref RGBValue color);
コード例 #19
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 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
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqReadFile(IntPtr image, [MarshalAs(UnmanagedType.LPStr)] string fileName, ref RGBValue colorTable, ref int numColors);