Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs181 …GdipDrawBeziersI_ptr = FunctionWrapper.Load<GdipDrawBeziersI_delegate>(s_gdipModule, "GdipDrawBezi… in LoadFunctionPointers()
868 …private delegate int GdipDrawBeziersI_delegate(HandleRef graphics, HandleRef pen, HandleRef points… in GdipDrawBeziersI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
869 private static FunctionWrapper<GdipDrawBeziersI_delegate> GdipDrawBeziersI_ptr;