コード例 #1
0
ファイル: DrawBoard.cs プロジェクト: hunsteve/RobotNavigation
 private static extern unsafe void real_contour_N(MyImage im, MyShapeListElement **shapeList);
コード例 #2
0
 private static extern unsafe void find_objects_N(MyImage foreground, MyImage background, MyShapeListElement **shapeList);