예제 #1
0
 static System.Drawing.Rectangle Validate(System.Drawing.Rectangle bounds)
 {
     return(Validate(bounds.ToWpf()).ToSystemDrawing());
 }