Skip to content

Crow.Drawing.XlibSurface

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Drawing

Inheritance Hierarchy

  • XlibSurface

Syntax

public class XlibSurface : Surface

Constructors

prototype description
XlibSurface (IntPtr display, IntPtr drawable, IntPtr visual, int width, int height) __
XlibSurface (IntPtr ptr, bool own) __

Properties

name description
Depth __
Display __
Drawable __
Height __
Screen __
Visual __
Width __

Methods

prototype description
XlibSurface FromBitmap(IntPtr display, IntPtr bitmap, IntPtr screen, int width, int height) __
void SetDrawable(IntPtr drawable, int width, int height) __
void SetSize(int width, int height) __

Events

name description
Clone this wiki locally