Ejemplo n.º 1
0
 public bool Load(IntPtr handle, int width, int height)
 {
     loaded = Base.Bind(this, handle, width, height);
     return(loaded);
 }