$tagGDIPRECTF 数据结构
Global Const $tagGDIPRECTF = "float X;float Y;float Width;float Height"
参数
X | X coordinate of upper left hand corner of rectangle |
Y | Y coordinate of upper left hand corner of rectangle |
Width | Rectangle width |
Height | Rectangle height |
注意/说明
None.
相关