コード例 #1
0
 public Drawable(Drawable other, ref DrawableFormat format, uint width, uint height)
 {
     this.Handle = GlitzAPI.glitz_create_drawable(other.Handle, ref format, width, height);
     GlitzAPI.glitz_drawable_reference(Handle);
 }