Example #1
0
 public Image(uint width, uint height, Image.ImageLayout pixLayout, Image.PixelOrder pixOrder, Image.DataType type) : this(solar_datastructurePINVOKE.new_Image__SWIG_1(width, height, (int)pixLayout, (int)pixOrder, (int)type), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public Image.PixelOrder getPixelOrder()
 {
     Image.PixelOrder ret = (Image.PixelOrder)solar_datastructurePINVOKE.Image_getPixelOrder(swigCPtr);
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }