Guest User

Untitled

a guest
Jan 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. img.Bounds.Width = 150;
  2.  
  3. img.Bounds.Size.Width = 150;
  4.  
  5. RectangleF fillrect = new RectangleF(50, 50,
  6. 150, img.Bounds.Height);
  7.  
  8. img.Bounds = fillrect;
  9.  
  10. img.Frame = fillrect;
Add Comment
Please, Sign In to add comment