예제 #1
0
 public CroppedBitmap(BitmapSource source, Int32Rect sourceRect) : this(NoesisGUI_PINVOKE.new_CroppedBitmap__SWIG_1(BitmapSource.getCPtr(source), ref sourceRect), true)
 {
 }
예제 #2
0
        public static IntPtr Box_Int32Rect(Int32Rect val)
        {
            IntPtr ret = NoesisGUI_PINVOKE.Box_Int32Rect(ref val);

            return(ret);
        }
예제 #3
0
파일: Int32Rect.cs 프로젝트: Noesis/Managed
 public bool Equals(Int32Rect r0, Int32Rect r1)
 {
     return(r0 == r1);
 }
예제 #4
0
파일: Int32Rect.cs 프로젝트: Noesis/Managed
 public bool Equals(Int32Rect r)
 {
     return(this == r);
 }
예제 #5
0
파일: Int32Rect.cs 프로젝트: Noesis/Managed
        public static bool TryParse(string str, out Int32Rect result)
        {
            bool ret = NoesisGUI_PINVOKE.Int32Rect_TryParse(str != null ? str : string.Empty, out result);

            return(ret);
        }