ADOBE FRAMEMAKER 10
MIF Reference
282
Polyline (0x82)
Rectangle (0x83)
Rounded rectangle (0x84)
Example: 81 00000010 00000003 01320000 002E0000 01100000 007E0000 01680000 007D0000
for a polygon with the following specifications:
number of points = 3
x position of point #1 = 306 points (0132)
y position of point #1 = 46 points (002E)
x position of point #2 = 272 points (0110)
y position of point #2 = 126 points (007E)
x position of point #3 = 360 points (0168)
y position of point #3 = 125 points (007D)
Note: When smoothed style is on, this object is a closed Bezier curve.
Specification by data type: Long, point, ..., point
Description of data: Number of points (long)
Position of each point in points (point, ..., point)
Size of data in bytes: Variable
Example: 82 0000000C 00000002 00120000 00360000 00FC0000 003F0000
for a polyline with the following specifications:
number of points = 2 (00000002)
point #1, x position = 18 points (0012)
point #1, y position = 54 points (0036)
point #2, x position = 252 points (00FC)
point #2, y position = 63 points (003F)
Note: When smoothed style is on, this object becomes a Bezier curve.
Specification by data type: Rectangle
Description of data: Position and size of rectangle in points
Size of data in bytes: 166
Example: 83 00000010 00670000 004F0000 00130000 003C0000
for a rectangle with the following specifications:
x position = 103 points (0067)
y position = 79 points (004F)
width = 19 points (0013)
height = 60 points (003C)
Specification by data type: Metric, rectangle