Exemplo n.º 1
0
 public static extern uint LoadPicture(object filename, int widthDesired, int heightDesired, LoadPictureConstants flags, out Picture ReturnValue);
Exemplo n.º 2
0
 public static extern Picture LoadPicture (object filename, int widthDesired, int heightDesired, LoadPictureConstants flags);