C# Class Qyoto.QPicture

Inheritance: QPaintDevice, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
BoundingRect ( ) : Qyoto.QRect
Data ( ) : string
Detach ( ) : void
Dispose ( ) : void
InputFormatList ( ) : List
InputFormats ( ) : List
IsDetached ( ) : bool
IsNull ( ) : bool
Load ( Qyoto.QIODevice dev ) : bool
Load ( Qyoto.QIODevice dev, string format ) : bool
Load ( string fileName ) : bool
Load ( string fileName, string format ) : bool
OutputFormatList ( ) : List
OutputFormats ( ) : List
PictureFormat ( string fileName ) : string
Play ( QPainter p ) : bool
QPicture ( QPicture arg1 ) : System
QPicture ( int formatVersion ) : System
Save ( Qyoto.QIODevice dev ) : bool
Save ( Qyoto.QIODevice dev, string format ) : bool
Save ( string fileName ) : bool
Save ( string fileName, string format ) : bool
SetBoundingRect ( Qyoto.QRect r ) : void
Size ( ) : uint

Protected Methods

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

Private Methods

Method Description
DevType ( ) : int
Metric ( QPaintDevice m ) : int
PaintEngine ( ) : QPaintEngine
QPicture ( ) : System
SetData ( string data, uint size ) : void

Method Details

BoundingRect() public method

public BoundingRect ( ) : Qyoto.QRect
return Qyoto.QRect

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Data() public method

public Data ( ) : string
return string

Detach() public method

public Detach ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InputFormatList() public static method

public static InputFormatList ( ) : List
return List

InputFormats() public static method

public static InputFormats ( ) : List
return List

IsDetached() public method

public IsDetached ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

Load() public method

public Load ( Qyoto.QIODevice dev ) : bool
dev Qyoto.QIODevice
return bool

Load() public method

public Load ( Qyoto.QIODevice dev, string format ) : bool
dev Qyoto.QIODevice
format string
return bool

Load() public method

public Load ( string fileName ) : bool
fileName string
return bool

Load() public method

public Load ( string fileName, string format ) : bool
fileName string
format string
return bool

OutputFormatList() public static method

public static OutputFormatList ( ) : List
return List

OutputFormats() public static method

public static OutputFormats ( ) : List
return List

PictureFormat() public static method

public static PictureFormat ( string fileName ) : string
fileName string
return string

Play() public method

public Play ( QPainter p ) : bool
p QPainter
return bool

QPicture() public method

public QPicture ( QPicture arg1 ) : System
arg1 QPicture
return System

QPicture() protected method

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

QPicture() public method

public QPicture ( int formatVersion ) : System
formatVersion int
return System

Save() public method

public Save ( Qyoto.QIODevice dev ) : bool
dev Qyoto.QIODevice
return bool

Save() public method

public Save ( Qyoto.QIODevice dev, string format ) : bool
dev Qyoto.QIODevice
format string
return bool

Save() public method

public Save ( string fileName ) : bool
fileName string
return bool

Save() public method

public Save ( string fileName, string format ) : bool
fileName string
format string
return bool

SetBoundingRect() public method

public SetBoundingRect ( Qyoto.QRect r ) : void
r Qyoto.QRect
return void

Size() public method

public Size ( ) : uint
return uint