public int MappedDataLength(ImageBitmapFormat aFormat)
 {
     return(this.CallMethod <int>("mappedDataLength", aFormat));
 }
 public Promise <System.Object[]> MapDataInto(ImageBitmapFormat aFormat, IntPtr aBuffer, int aOffset)
 {
     return(this.CallMethod <Promise <System.Object[]> >("mapDataInto", aFormat, aBuffer, aOffset));
 }
Exemple #3
0
 public Promise <nsISupports> CreateImageBitmap(WebIDLUnion <nsISupports, nsISupports, nsISupports, nsIDOMBlob> aImage, int aOffset, int aLength, ImageBitmapFormat aFormat, object[] aLayout)
 {
     return(this.CallMethod <Promise <nsISupports> >("createImageBitmap", aImage, aOffset, aLength, aFormat, aLayout));
 }