@@ -12,15 +12,15 @@ <h1 align="center">Magick::Geometry</h1>
1212< p > Geometry provides a convenient means to specify a geometry
1313argument. The object may be initialized from a C string or C++ string
1414containing a geometry specification. It may also be initialized by
15- more efficient parameterized constructors.
15+ more efficient parameterized constructors.
1616</ p >
1717< h3 > < a name ="GeometrySpecifications "> </ a > Geometry
1818Specifications</ h3 >
1919< p > Geometry specifications are in the form
2020< kbd > "<width>x<height>{+-}<xoffset>{+-}<yoffset>"</ kbd >
2121(where < i > width</ i > , < i > height</ i > , < i > xoffset</ i > , and < i > yoffset</ i >
2222are numbers) for specifying the size and placement location for an
23- object.
23+ object.
2424</ p >
2525< p style ="margin-bottom: 0in "> The < i > width</ i > and < i > height</ i >
2626parts of the geometry specification are measured in pixels. The
@@ -29,7 +29,7 @@ <h3><a name="GeometrySpecifications"></a>Geometry
2929the left and top and edges of the image, respectively. Both types of
3030offsets are measured from the indicated edge of the object to the
3131corresponding edge of the image. The X offset may be specified in the
32- following ways:
32+ following ways:
3333</ p >
3434 < table width ="90% " border ="1 " cellpadding ="2 " cellspacing ="3 ">
3535 < col width ="21* " />
@@ -53,7 +53,7 @@ <h3><a name="GeometrySpecifications"></a>Geometry
5353 </ td >
5454 </ tr >
5555 </ table >
56- < p style ="margin-bottom: 0in "> The Y offset has similar meanings:
56+ < p style ="margin-bottom: 0in "> The Y offset has similar meanings:
5757</ p >
5858 < table width ="90% " border ="1 " cellpadding ="2 " cellspacing ="3 ">
5959 < col width ="27* " />
@@ -89,7 +89,7 @@ <h3><a name="ExtendedGeometrySpecifications"></a>ImageMagick
8989Extended geometry strings should < em > only</ em > be used < em > when resizing
9090an image</ em > . Using an extended geometry string for other
9191applications may cause the API call to fail. The available
92- qualifiers are shown in the following table:
92+ qualifiers are shown in the following table:
9393</ p >
9494< p align ="center " STYLE ="margin-bottom: 0in "> < b > ImageMagick Geometry
9595Qualifiers</ b > </ p >
@@ -153,10 +153,10 @@ <h3><a name="PostscriptPageSize"></a>Postscript Page Size Extension
153153a page of that size. Since the 11x17 inch page size used in the US
154154starts with a digit, it is not supported as a Postscript page size
155155nickname. Instead, substitute the geometry specification "< kbd > 792x1224>"</ kbd >
156- when 11x17 output is desired.
156+ when 11x17 output is desired.
157157</ p >
158158< p style ="margin-bottom: 0in "> An example of a Postscript page size
159- specification is < kbd > "letter+43+43>"</ kbd > .
159+ specification is < kbd > "letter+43+43>"</ kbd > .
160160</ p >
161161< p align ="center " style ="margin-bottom: 0in "> < b > Postscript Page Size
162162Nicknames</ b > </ p >
@@ -472,7 +472,7 @@ <H3 align="center">Geometry Methods</H3>
472472< p style ="margin-bottom: 0in "> Geometry provides methods to initialize
473473its value from strings, from a set of parameters, or via attributes.
474474The methods available for use in Geometry are shown in the following
475- table:
475+ table:
476476</ p >
477477< p align ="center " style ="margin-bottom: 0in "> < b > Geometry Methods</ b > </ p >
478478< table width ="100% " border ="1 " cellpadding ="2 " cellspacing ="3 ">
@@ -495,24 +495,23 @@ <H3 align="center">Geometry Methods</H3>
495495 </ td >
496496 </ tr >
497497 < tr >
498- < td rowspan ="3 " width ="10% ">
498+ < td rowspan ="5 " width ="10% ">
499499 < p > Geometry</ p >
500500 </ td >
501- < td rowspan ="3 " width ="10% " bgcolor ="#666666 ">
501+ < td rowspan ="5 " width ="10% " bgcolor ="#666666 ">
502502 < p >  </ p >
503503 </ td >
504504 < td width ="44% ">
505505 < p > size_t width_, size_t height_, ssize_t xOff_ =
506- 0, ssize_t yOff_ = 0, bool xNegative_ = false, bool
507- yNegative_ = false</ p >
506+ 0, ssize_t yOff_ = 0</ p >
508507 </ td >
509508 < td width ="37% ">
510509 < p > Construct geometry via explicit parameters.</ p >
511510 </ td >
512511 </ tr >
513512 < tr >
514513 < td width ="44% ">
515- < p > const string geometry_</ p >
514+ < p > const std:: string& geometry_</ p >
516515 </ td >
517516 < td width ="37% ">
518517 < p > Construct geometry from C++ string</ p >
@@ -526,6 +525,22 @@ <H3 align="center">Geometry Methods</H3>
526525 < p > Construct geometry from C string</ p >
527526 </ td >
528527 </ tr >
528+ < tr >
529+ < td width ="44% ">
530+ < p > const Geometry& geometry_</ p >
531+ </ td >
532+ < td width ="37% ">
533+ < p > Copy constructor.</ p >
534+ </ td >
535+ </ tr >
536+ < tr >
537+ < td width ="44% ">
538+ < p > const MagickCore::RectangleInfo& rectangle_</ p >
539+ </ td >
540+ < td width ="37% ">
541+ < p > Construct from RectangleInfo.</ p >
542+ </ td >
543+ </ tr >
529544 < tr >
530545 < td rowspan ="2 " width ="10% ">
531546 < p > width</ p >
0 commit comments