C# Class Qyoto.QPaintDevice

Inheritance: Object, IQPaintDevice
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
ColorCount ( ) : int
Depth ( ) : int
Height ( ) : int
HeightMM ( ) : int
LogicalDpiX ( ) : int
LogicalDpiY ( ) : int
PaintingActive ( ) : bool
PhysicalDpiX ( ) : int
PhysicalDpiY ( ) : int
QPaintDevice ( ) : System
Width ( ) : int
WidthMM ( ) : int

Protected Methods

Method Description
CreateProxy ( ) : void
QPaintDevice ( Type dummy ) : System

Private Methods

Method Description
DevType ( ) : int
Metric ( QPaintDevice metric ) : int
PaintEngine ( ) : QPaintEngine

Method Details

ColorCount() public method

public ColorCount ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Depth() public method

public Depth ( ) : int
return int

Height() public method

public Height ( ) : int
return int

HeightMM() public method

public HeightMM ( ) : int
return int

LogicalDpiX() public method

public LogicalDpiX ( ) : int
return int

LogicalDpiY() public method

public LogicalDpiY ( ) : int
return int

PaintingActive() public method

public PaintingActive ( ) : bool
return bool

PhysicalDpiX() public method

public PhysicalDpiX ( ) : int
return int

PhysicalDpiY() public method

public PhysicalDpiY ( ) : int
return int

QPaintDevice() public method

public QPaintDevice ( ) : System
return System

QPaintDevice() protected method

protected QPaintDevice ( Type dummy ) : System
dummy System.Type
return System

Width() public method

public Width ( ) : int
return int

WidthMM() public method

public WidthMM ( ) : int
return int

Property Details

interceptor protected property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation