Exemplo n.º 1
0
 public void GetAlphaPixel(BaseBitmap channel, int x, int y, SWIGTYPE_p_UWORD val) {
   C4dApiPINVOKE.BaseBitmap_GetAlphaPixel(swigCPtr, BaseBitmap.getCPtr(channel), x, y, SWIGTYPE_p_UWORD.getCPtr(val));
 }
Exemplo n.º 2
0
 public void GetPixel(int x, int y, SWIGTYPE_p_UWORD r, SWIGTYPE_p_UWORD g, SWIGTYPE_p_UWORD b) {
   C4dApiPINVOKE.BaseBitmap_GetPixel(swigCPtr, x, y, SWIGTYPE_p_UWORD.getCPtr(r), SWIGTYPE_p_UWORD.getCPtr(g), SWIGTYPE_p_UWORD.getCPtr(b));
 }
Exemplo n.º 3
0
 public static void RestartApplication(SWIGTYPE_p_UWORD param) {
   C4dApiPINVOKE.RestartApplication__SWIG_2(SWIGTYPE_p_UWORD.getCPtr(param));
 }
Exemplo n.º 4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_UWORD obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 5
0
 public static void RestartApplication(SWIGTYPE_p_UWORD param, int exitcode) {
   C4dApiPINVOKE.RestartApplication__SWIG_1(SWIGTYPE_p_UWORD.getCPtr(param), exitcode);
 }