Home
last modified time | relevance | path

Searched refs:GdipFillRectangle_ptr (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.cs204GdipFillRectangle_ptr = FunctionWrapper.Load<GdipFillRectangle_delegate>(s_gdipModule, "GdipFillRe… in LoadFunctionPointers()
961 private static FunctionWrapper<GdipFillRectangle_delegate> GdipFillRectangle_ptr; field in System.Drawing.SafeNativeMethods.Gdip
962 … HandleRef brush, float x, float y, float width, float height) => GdipFillRectangle_ptr.Delegate(g… in GdipFillRectangle()
H A DGdiplusNative.Unix.cs119GdipFillRectangle_ptr = FunctionWrapper.Load<GdipFillRectangle_delegate>(s_gdipModule, "GdipFillRe… in LoadFunctionPointers()
467 private static FunctionWrapper<GdipFillRectangle_delegate> GdipFillRectangle_ptr; field in System.Drawing.SafeNativeMethods.Gdip
468 …raphics, IntPtr brush, float x1, float y1, float x2, float y2) => GdipFillRectangle_ptr.Delegate(g… in GdipFillRectangle()