Parameters to adding image from file Generated from class MR.Pdf.ImageParams. This is the non-const half of the class.
More...
|
| new unsafe ref MR.Vector2f | size [get] |
| | image size in page space if == {0, 0} - use image size if .x or .y < 0 use the available page size from the current cursor position (caption size is also accounted for)
|
| new unsafe MR.Std.String | caption [get, protected set] |
| | caption if not empty - add caption under marks (if exist) or image.
|
| new unsafe ref MR.Pdf.ImageParams.UniformScale | uniformScale [get] |
| new unsafe ref MR.Pdf.ImageParams.AlignmentVertical | alignmentVertical [get] |
| new unsafe ref MR.Pdf.AlignmentHorizontal | alignmentHorizontal [get] |
| unsafe ref readonly MR.Vector2f | size [get] |
| | image size in page space if == {0, 0} - use image size if .x or .y < 0 use the available page size from the current cursor position (caption size is also accounted for)
|
| unsafe MR.Std.Const_String | caption [get, protected set] |
| | caption if not empty - add caption under marks (if exist) or image.
|
| unsafe MR.Pdf.ImageParams.UniformScale | uniformScale [get] |
| unsafe MR.Pdf.ImageParams.AlignmentVertical | alignmentVertical [get] |
| unsafe MR.Pdf.AlignmentHorizontal | alignmentHorizontal [get] |
Parameters to adding image from file Generated from class MR.Pdf.ImageParams. This is the non-const half of the class.
◆ ImageParams() [1/5]
| unsafe MR.Const_Pdf.ImageParams.ImageParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ImageParams() [2/5]
| unsafe MR.Const_Pdf.ImageParams.ImageParams |
( |
MR.Vector2f | size, |
|
|
string | caption, |
|
|
MR.Pdf.ImageParams.UniformScale | uniformScale, |
|
|
MR.Pdf.ImageParams.AlignmentVertical | alignmentVertical, |
|
|
MR.Pdf.AlignmentHorizontal | alignmentHorizontal ) |
|
inline |
◆ ImageParams() [3/5]
| unsafe MR.Const_Pdf.ImageParams.ImageParams |
( |
MR.Pdf._ByValue_ImageParams | _other | ) |
|
|
inline |
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ ImageParams() [4/5]
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ ImageParams() [5/5]
| MR.Const_Pdf.ImageParams.ImageParams |
( |
ImageParams | _other | ) |
|
|
inline |
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ assign()
| unsafe MR.Pdf.ImageParams MR.Const_Pdf.ImageParams.assign |
( |
MR.Pdf._ByValue_ImageParams | _other | ) |
|
|
inline |
Generated from method MR::Pdf::ImageParams::operator=.
◆ alignmentHorizontal
◆ alignmentVertical
| new unsafe ref MR.Pdf.ImageParams.AlignmentVertical MR.Const_Pdf.ImageParams.alignmentVertical |
|
get |
◆ caption
| new unsafe MR.Std.String MR.Const_Pdf.ImageParams.caption |
|
getprotected set |
caption if not empty - add caption under marks (if exist) or image.
◆ size
| new unsafe ref MR.Vector2f MR.Const_Pdf.ImageParams.size |
|
get |
image size in page space if == {0, 0} - use image size if .x or .y < 0 use the available page size from the current cursor position (caption size is also accounted for)
◆ uniformScale
| new unsafe ref MR.Pdf.ImageParams.UniformScale MR.Const_Pdf.ImageParams.uniformScale |
|
get |
The documentation for this class was generated from the following file: