コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqConstructROI2(IntPtr image, ref ROI roi, Tool initialTool, ref ToolWindowOptions tools, ref ConstructROIOptions2 options, ref int okay);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqSetupToolWindow(int showCoordinates, int maxIconsPerLine, ref ToolWindowOptions options);