Exemplo n.º 1
0
 public Image(Image.ImageLayout pixLayout, Image.PixelOrder pixOrder, Image.DataType type) : this(solar_datastructurePINVOKE.new_Image__SWIG_0((int)pixLayout, (int)pixOrder, (int)type), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public Image.DataType getDataType()
 {
     Image.DataType ret = (Image.DataType)solar_datastructurePINVOKE.Image_getDataType(swigCPtr);
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Exemplo n.º 3
0
 public Image(global::System.IntPtr imageData, uint width, uint height, Image.ImageLayout pixLayout, Image.PixelOrder pixOrder, Image.DataType type) : this(solar_datastructurePINVOKE.new_Image__SWIG_2(imageData, width, height, (int)pixLayout, (int)pixOrder, (int)type), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }