Classes | |
| class | AlignmentVertical |
| class | UniformScale |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Pdf.ImageParams arg0) |
| None | __init__ (self, Vector2f size, str caption, Pdf.ImageParams.UniformScale uniformScale, Pdf.ImageParams.AlignmentVertical alignmentVertical, Pdf.AlignmentHorizontal alignmentHorizontal) |
| str | caption (self) |
| None | caption (self, str arg1) |
| Vector2f | size (self) |
| None | size (self, Vector2f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Pdf.ImageParams | operator (*args, **kwargs) |
| Pdf.ImageParams | operator (*args, **kwargs) |
Static Public Attributes | |
| alignmentHorizontal .AlignmentHorizontal | |
| alignmentVertical .ImageParams.AlignmentVertical | |
| uniformScale .ImageParams.UniformScale | |
Static Protected Attributes | |
| typing | _offsetof_alignmentVertical = 44 |
| typing | _offsetof_caption = 8 |
| typing | _offsetof_size = 0 |
| typing | _offsetof_uniformScale = 40 |
Generated from: MR::Pdf::ImageParams Parameters to adding image from file
|
static |
| None mrmeshpy.Pdf.ImageParams.__init__ | ( | self | ) |
| None mrmeshpy.Pdf.ImageParams.__init__ | ( | self, | |
| Pdf.ImageParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Pdf.ImageParams.__init__ | ( | self, | |
| Vector2f | size, | ||
| str | caption, | ||
| Pdf.ImageParams.UniformScale | uniformScale, | ||
| Pdf.ImageParams.AlignmentVertical | alignmentVertical, | ||
| Pdf.AlignmentHorizontal | alignmentHorizontal ) |
Implicit aggregate constructor.
| str mrmeshpy.Pdf.ImageParams.caption | ( | self | ) |
caption if not empty - add caption under marks (if exist) or image.
| None mrmeshpy.Pdf.ImageParams.caption | ( | self, | |
| str | arg1 ) |
|
static |
|
static |
| Vector2f mrmeshpy.Pdf.ImageParams.size | ( | self | ) |
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)
| None mrmeshpy.Pdf.ImageParams.size | ( | self, | |
| Vector2f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |