Ryujinx-GtkSharp/gdk/Pixmap.custom

10 lines
135 B
Plaintext
Raw Normal View History

//
// Pixmap extensions
//
public Pixmap (Gdk.Drawable drawable, int width, int height)
: this (drawable, width, height, -1)
{
}