导航:  GdiPlus Classes > Structures >

PWMFRect16

上一页返回章节概述下一页

The PWMFRect16 structure defines a rectangle that bounds a placeable metafile. The rectangle defines the size and position of the metafile.

 

C++ Syntax

 

typedef struct {

INT16燣eft;

INT16燭op;

INT16燫ight;

INT16燘ottom;

} PWMFRect16;

 

FreeBASIC 语法

 

TYPE PWMFRect16

nLeft AS INT16

nTop AS INT16

nRight AS INT16

nBottom AS INT16

END TYPE

 

成员

 

Left

 

Left coordinate of the rectangle that bounds the metafile.

 

Top

 

Top coordinate of the rectangle that bounds the metafile.

 

Right

 

Right coordinate of the rectangle that bounds the metafile.

 

Bottom

 

Bottom coordinate of the rectangle that bounds the metafile.