Home
last modified time | relevance | path

Searched refs:GdipGetHemfFromMetafile_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.cs252 …GdipGetHemfFromMetafile_ptr = FunctionWrapper.Load<GdipGetHemfFromMetafile_delegate>(s_gdipModule,… in LoadFunctionPointers()
1148 …private delegate int GdipGetHemfFromMetafile_delegate(HandleRef metafile, out IntPtr hEnhMetafile); in GdipGetHemfFromMetafile_delegate() method in System.Drawing.SafeNativeMethods.Gdip
1149 … private static FunctionWrapper<GdipGetHemfFromMetafile_delegate> GdipGetHemfFromMetafile_ptr;
H A DGdiplusNative.Unix.cs301 …GdipGetHemfFromMetafile_ptr = FunctionWrapper.Load<GdipGetHemfFromMetafile_delegate>(s_gdipModule,… in LoadFunctionPointers()
1196 private delegate int GdipGetHemfFromMetafile_delegate(IntPtr metafile, out IntPtr hEmf); in GdipGetHemfFromMetafile_delegate() method in System.Drawing.SafeNativeMethods.Gdip
1197 … private static FunctionWrapper<GdipGetHemfFromMetafile_delegate> GdipGetHemfFromMetafile_ptr;