Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.cs25 …thods.Gdip.GdipSetClipGraphics(new HandleRef(this, NativeGraphics), new HandleRef(g, g.NativeGraph… in SetClip()
33 …int status = SafeNativeMethods.Gdip.GdipSetClipRectI(new HandleRef(this, NativeGraphics), rect.X, … in SetClip()
42 …int status = SafeNativeMethods.Gdip.GdipSetClipRect(new HandleRef(this, NativeGraphics), rect.X, r… in SetClip()
111 … int status = SafeNativeMethods.Gdip.GdipSetClipRegion(new HandleRef(this, NativeGraphics), in ExcludeClip()
119 int status = SafeNativeMethods.Gdip.GdipResetClip(new HandleRef(this, NativeGraphics)); in ResetClip()
125 …int status = SafeNativeMethods.Gdip.GdipTranslateClip(new HandleRef(this, NativeGraphics), dx, dy); in TranslateClip()
131 …int status = SafeNativeMethods.Gdip.GdipTranslateClip(new HandleRef(this, NativeGraphics), dx, dy); in TranslateClip()
245 … int status = SafeNativeMethods.Gdip.GdipGetWorldTransform(new HandleRef(this, NativeGraphics),
253 … int status = SafeNativeMethods.Gdip.GdipSetWorldTransform(new HandleRef(this, NativeGraphics),
264 … int status = SafeNativeMethods.Gdip.GdipResetWorldTransform(new HandleRef(this, NativeGraphics)); in ResetTransform()
[all …]
H A DGraphics.Windows.cs176 internal IntPtr NativeGraphics => _nativeGraphics; field in System.Drawing.Graphics
181 … int status = SafeNativeMethods.Gdip.GdipGetDC(new HandleRef(this, NativeGraphics), out hdc); in GetHdc()
2369 new HandleRef(this, NativeGraphics), in DrawImage()
2391 new HandleRef(this, NativeGraphics), in DrawImage()
2413 new HandleRef(this, NativeGraphics), in DrawImage()
2440 new HandleRef(this, NativeGraphics), in DrawImage()
2481 new HandleRef(this, NativeGraphics), in DrawImage()
2542 new HandleRef(this, NativeGraphics), in DrawImage()
2609 new HandleRef(this, NativeGraphics), in DrawImage()
2665 new HandleRef(this, NativeGraphics), in DrawImage()
[all …]
H A DRegion.cs371 …tRegionBounds(new HandleRef(this, _nativeRegion), new HandleRef(g, g.NativeGraphics), ref gprectf); in GetBounds()
385 …dipGetRegionHRgn(new HandleRef(this, _nativeRegion), new HandleRef(g, g.NativeGraphics), out hrgn); in GetHrgn()
399 …IsEmptyRegion(new HandleRef(this, _nativeRegion), new HandleRef(g, g.NativeGraphics), out isEmpty); in IsEmpty()
413 …nfiniteRegion(new HandleRef(this, _nativeRegion), new HandleRef(g, g.NativeGraphics), out isInfini… in IsInfinite()
432 …on), new HandleRef(region, region._nativeRegion), new HandleRef(g, g.NativeGraphics), out isEqual); in Equals()
466 … new HandleRef(g, (g == null) ? IntPtr.Zero : g.NativeGraphics), in IsVisible()
484 … new HandleRef(g, (g == null) ? IntPtr.Zero : g.NativeGraphics), in IsVisible()
499 … new HandleRef(g, (g == null) ? IntPtr.Zero : g.NativeGraphics), in IsVisible()
517 … new HandleRef(g, (g == null) ? IntPtr.Zero : g.NativeGraphics), in IsVisible()
H A DFont.Windows.cs561 …gFontW(new HandleRef(this, NativeFont), new HandleRef(graphics, graphics.NativeGraphics), logFont); in ToLogFont()
615 …ght(new HandleRef(this, NativeFont), new HandleRef(graphics, graphics.NativeGraphics), out height); in GetHeight()
H A DBitmap.cs63 …s.Gdip.GdipCreateBitmapFromGraphics(width, height, new HandleRef(g, g.NativeGraphics), out bitmap); in Bitmap()
H A DGraphics.Unix.cs104 internal IntPtr NativeGraphics => nativeObject; field in System.Drawing.Graphics
2165 …s = SafeNativeMethods.Gdip.GdipGetVisibleClipBounds(new HandleRef(this, NativeGraphics), ref rect);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DGraphicsPath.Windows.cs303 graphics.NativeGraphics : IntPtr.Zero), in IsVisible()
324 graphics.NativeGraphics : IntPtr.Zero), in IsVisible()
352 … graphics.NativeGraphics : IntPtr.Zero), in IsOutlineVisible()
380 … graphics.NativeGraphics : IntPtr.Zero), in IsOutlineVisible()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs95 internal IntPtr NativeGraphics { property in System.Drawing.Graphics