Parameters to adding image from file Generated from class MR.Pdf.ImageParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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 const half of the class.
◆ AlignmentVertical
| Enumerator |
|---|
| Top | |
| Center | |
| Bottom | |
◆ UniformScale
set height to keep same scale as width scale
| Enumerator |
|---|
| None | |
| FromWidth | |
| FromHeight | |
| Auto | |
◆ Const_ImageParams() [1/5]
| unsafe MR.Const_Pdf.Const_ImageParams.Const_ImageParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ImageParams() [2/5]
| unsafe MR.Const_Pdf.Const_ImageParams.Const_ImageParams |
( |
MR.Vector2f | size, |
|
|
string | caption, |
|
|
MR.Pdf.ImageParams.UniformScale | uniformScale, |
|
|
MR.Pdf.ImageParams.AlignmentVertical | alignmentVertical, |
|
|
MR.Pdf.AlignmentHorizontal | alignmentHorizontal ) |
|
inline |
◆ Const_ImageParams() [3/5]
| unsafe MR.Const_Pdf.Const_ImageParams.Const_ImageParams |
( |
MR.Pdf._ByValue_ImageParams | _other | ) |
|
|
inline |
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ Const_ImageParams() [4/5]
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ Const_ImageParams() [5/5]
| MR.Const_Pdf.Const_ImageParams.Const_ImageParams |
( |
ImageParams | _other | ) |
|
|
inline |
Generated from constructor MR::Pdf::ImageParams::ImageParams.
◆ Dispose() [1/2]
| virtual void MR.Const_Pdf.Const_ImageParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Pdf.Const_ImageParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_alignmentHorizontal
◆ __ref_storage_alignmentVertical
| unsafe MR.Pdf.ImageParams.AlignmentVertical* MR.Const_Pdf.Const_ImageParams.__ref_storage_alignmentVertical |
|
protected |
◆ __ref_storage_size
| unsafe MR.Vector2f* MR.Const_Pdf.Const_ImageParams.__ref_storage_size |
|
protected |
◆ __ref_storage_uniformScale
| unsafe MR.Pdf.ImageParams.UniformScale* MR.Const_Pdf.Const_ImageParams.__ref_storage_uniformScale |
|
protected |
◆ alignmentHorizontal
◆ alignmentVertical
| unsafe MR.Pdf.ImageParams.AlignmentVertical MR.Const_Pdf.Const_ImageParams.alignmentVertical |
|
get |
◆ caption
| unsafe MR.Std.Const_String MR.Const_Pdf.Const_ImageParams.caption |
|
getprotected set |
caption if not empty - add caption under marks (if exist) or image.
◆ size
| unsafe ref readonly MR.Vector2f MR.Const_Pdf.Const_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
| unsafe MR.Pdf.ImageParams.UniformScale MR.Const_Pdf.Const_ImageParams.uniformScale |
|
get |
The documentation for this class was generated from the following file: