.
The CopyImage API
3/16/2007 8:22:59 AM - consultants@russte.com-69.76.127.174
.
static extern IntPtr CopyImage(IntPtr hImage, uint uType, int cxDesired, int cyDesired, uint fuFlags);
.
.
The CopyImage API
3/16/2007 8:22:59 AM - consultants@russte.com-69.76.127.174
The LoadImage API
2/7/2011 2:27:47 AM - -178.73.49.127
.
The CopyImage API
3/16/2007 8:22:59 AM - consultants@russte.com-69.76.127.174
The LoadImage API
2/7/2011 2:27:47 AM - -178.73.49.127
.
/// Without this flag, CopyImage stretches the original image to the new size. If this flag is set, CopyImage uses the size
.
''' Without this flag, CopyImage stretches the original image to the new size. If this flag is set, CopyImage uses the size