C# 클래스 Qyoto.QPicture

상속: QPaintDevice, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QPicture ( Type dummy ) : System

비공개 메소드들

메소드 설명
DevType ( ) : int
Metric ( QPaintDevice m ) : int
PaintEngine ( ) : QPaintEngine
QPicture ( ) : System
SetData ( string data, uint size ) : void

메소드 상세

BoundingRect() 공개 메소드

public BoundingRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Data() 공개 메소드

public Data ( ) : string
리턴 string

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InputFormatList() 공개 정적인 메소드

public static InputFormatList ( ) : List
리턴 List

InputFormats() 공개 정적인 메소드

public static InputFormats ( ) : List
리턴 List

IsDetached() 공개 메소드

public IsDetached ( ) : bool
리턴 bool

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

Load() 공개 메소드

public Load ( Qyoto.QIODevice dev ) : bool
dev Qyoto.QIODevice
리턴 bool

Load() 공개 메소드

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

Load() 공개 메소드

public Load ( string fileName ) : bool
fileName string
리턴 bool

Load() 공개 메소드

public Load ( string fileName, string format ) : bool
fileName string
format string
리턴 bool

OutputFormatList() 공개 정적인 메소드

public static OutputFormatList ( ) : List
리턴 List

OutputFormats() 공개 정적인 메소드

public static OutputFormats ( ) : List
리턴 List

PictureFormat() 공개 정적인 메소드

public static PictureFormat ( string fileName ) : string
fileName string
리턴 string

Play() 공개 메소드

public Play ( QPainter p ) : bool
p QPainter
리턴 bool

QPicture() 공개 메소드

public QPicture ( QPicture arg1 ) : System
arg1 QPicture
리턴 System

QPicture() 보호된 메소드

protected QPicture ( Type dummy ) : System
dummy System.Type
리턴 System

QPicture() 공개 메소드

public QPicture ( int formatVersion ) : System
formatVersion int
리턴 System

Save() 공개 메소드

public Save ( Qyoto.QIODevice dev ) : bool
dev Qyoto.QIODevice
리턴 bool

Save() 공개 메소드

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

Save() 공개 메소드

public Save ( string fileName ) : bool
fileName string
리턴 bool

Save() 공개 메소드

public Save ( string fileName, string format ) : bool
fileName string
format string
리턴 bool

SetBoundingRect() 공개 메소드

public SetBoundingRect ( Qyoto.QRect r ) : void
r Qyoto.QRect
리턴 void

Size() 공개 메소드

public Size ( ) : uint
리턴 uint