Example #1
0
 public RectangleF GetBounds(Matrix matrix)
 {
     return(GdiPath.GetBounds(matrix));
 }
Example #2
0
 public RectangleF GetBounds(Matrix matrix, Pen pen)
 {
     return(GdiPath.GetBounds(matrix, pen));
 }
Example #3
0
 public RectangleF GetBounds()
 {
     return(GdiPath.GetBounds());
 }