Home
last modified time | relevance | path

Searched refs:GdipDrawImageRectI_delegate (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs222 …GdipDrawImageRectI_ptr = FunctionWrapper.Load<GdipDrawImageRectI_delegate>(s_gdipModule, "GdipDraw… in LoadFunctionPointers()
1032 …private delegate int GdipDrawImageRectI_delegate(HandleRef graphics, HandleRef image, int x, int y… in GdipDrawImageRectI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
1033 private static FunctionWrapper<GdipDrawImageRectI_delegate> GdipDrawImageRectI_ptr;
H A DGdiplusNative.Unix.cs126 …GdipDrawImageRectI_ptr = FunctionWrapper.Load<GdipDrawImageRectI_delegate>(s_gdipModule, "GdipDraw… in LoadFunctionPointers()
495 …private delegate int GdipDrawImageRectI_delegate(IntPtr graphics, IntPtr image, int x, int y, int … in GdipDrawImageRectI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
496 private static FunctionWrapper<GdipDrawImageRectI_delegate> GdipDrawImageRectI_ptr;