Example #1
0
 static System.Drawing.Point Validate(System.Drawing.Point location, System.Drawing.Size size)
 {
     return(Validate(location.ToWpf(), size.ToWpf()).ToSystemDrawing());
 }