12 references to Pointer
System.Drawing.Common (12)
System\Drawing\Bitmap.cs (11)
182
PInvokeGdiPlus.GdipCreateHICONFromBitmap(this.
Pointer
(), &hicon).ThrowIfFailed();
199
this.
Pointer
(),
260
GpBitmap* temp = this.
Pointer
();
261
SetNativeImage((GpImage*)result.
Pointer
());
310
PInvokeGdiPlus.GdipBitmapGetPixel(this.
Pointer
(), x, y, &color).ThrowIfFailed();
332
PInvokeGdiPlus.GdipBitmapSetPixel(this.
Pointer
(), x, y, (uint)color.ToArgb()).ThrowIfFailed();
338
PInvokeGdiPlus.GdipBitmapSetResolution(this.
Pointer
(), xDpi, yDpi).ThrowIfFailed();
353
this.
Pointer
(),
375
this.
Pointer
(),
456
this.
Pointer
(),
469
this.
Pointer
(),
System\Drawing\Imaging\CachedBitmap.cs (1)
50
bitmap.
Pointer
(),