示例#1
0
 /* ----------------------------------------------------------------- */
 /// Open
 /* ----------------------------------------------------------------- */
 public static void Open(Canvas canvas, string path)
 {
     CanvasPolicy.Open(canvas, path, "", FitCondition.None);
 }
示例#2
0
 /* ----------------------------------------------------------------- */
 /// Open
 /* ----------------------------------------------------------------- */
 public static void Open(Canvas canvas, string path, FitCondition which)
 {
     CanvasPolicy.Open(canvas, path, "", which);
 }