public CroppedBitmap(BitmapSource source, Int32Rect sourceRect) : this(NoesisGUI_PINVOKE.new_CroppedBitmap__SWIG_1(BitmapSource.getCPtr(source), ref sourceRect), true) { }
public static IntPtr Box_Int32Rect(Int32Rect val) { IntPtr ret = NoesisGUI_PINVOKE.Box_Int32Rect(ref val); return(ret); }
public bool Equals(Int32Rect r0, Int32Rect r1) { return(r0 == r1); }
public bool Equals(Int32Rect r) { return(this == r); }
public static bool TryParse(string str, out Int32Rect result) { bool ret = NoesisGUI_PINVOKE.Int32Rect_TryParse(str != null ? str : string.Empty, out result); return(ret); }