TdxLayoutGraphicsUnit Enum
In This Article
#Declaration
Delphi
TdxLayoutGraphicsUnit = (
Pixel = 2,
Point = 3,
Document = 5
);
#Members
Name |
---|
Pixel
|
Point
|
Document
|
See Also