Class for simple creation pdf. Generated from class MR.Pdf. This is the const half of the class. More...
Classes | |
| class | _ByValue_Cell |
| This is used as a function parameter when the underlying function receives Cell by value. Usage: | |
| class | _ByValue_CellCustomParams |
| This is used as a function parameter when the underlying function receives CellCustomParams by value. Usage: | |
| class | _ByValue_ImageParams |
| This is used as a function parameter when the underlying function receives ImageParams by value. Usage: | |
| class | _ByValue_PaletteRowStats |
| This is used as a function parameter when the underlying function receives PaletteRowStats by value. Usage: | |
| class | _ByValue_TextCellParams |
| This is used as a function parameter when the underlying function receives TextCellParams by value. Usage: | |
| class | _ByValue_TextParams |
| This is used as a function parameter when the underlying function receives TextParams by value. Usage: | |
| class | _InOptConst_Cell |
| This is used for optional parameters of class Cell with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Cell. Usage: | |
| class | _InOptConst_CellCustomParams |
| This is used for optional parameters of class CellCustomParams with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_CellCustomParams. Usage: | |
| class | _InOptConst_ImageParams |
| This is used for optional parameters of class ImageParams with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_ImageParams. Usage: | |
| class | _InOptConst_PaletteRowStats |
| This is used for optional parameters of class PaletteRowStats with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_PaletteRowStats. Usage: | |
| class | _InOptConst_TextCellParams |
| This is used for optional parameters of class TextCellParams with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_TextCellParams. Usage: | |
| class | _InOptConst_TextParams |
| This is used for optional parameters of class TextParams with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_TextParams. Usage: | |
| class | _InOptMut_Cell |
| This is used for optional parameters of class Cell with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Cell. Usage: | |
| class | _InOptMut_CellCustomParams |
| This is used for optional parameters of class CellCustomParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_CellCustomParams. Usage: | |
| class | _InOptMut_ImageParams |
| This is used for optional parameters of class ImageParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_ImageParams. Usage: | |
| class | _InOptMut_PaletteRowStats |
| This is used for optional parameters of class PaletteRowStats with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_PaletteRowStats. Usage: | |
| class | _InOptMut_TextCellParams |
| This is used for optional parameters of class TextCellParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_TextCellParams. Usage: | |
| class | _InOptMut_TextParams |
| This is used for optional parameters of class TextParams with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_TextParams. Usage: | |
| struct | _Underlying |
| class | Cell |
| Generated from class MR.Pdf.Cell. This is the non-const half of the class. More... | |
| class | CellCustomParams |
| Generated from class MR.Pdf.CellCustomParams. This is the non-const half of the class. More... | |
| class | Const_Cell |
| Generated from class MR.Pdf.Cell. This is the const half of the class. More... | |
| class | Const_CellCustomParams |
| Generated from class MR.Pdf.CellCustomParams. This is the const half of the class. More... | |
| class | Const_ImageParams |
| Parameters to adding image from file Generated from class MR.Pdf.ImageParams. This is the const half of the class. More... | |
| class | Const_PaletteRowStats |
| Generated from class MR.Pdf.PaletteRowStats. This is the const half of the class. More... | |
| class | Const_TextCellParams |
| Generated from class MR.Pdf.TextCellParams. This is the const half of the class. More... | |
| class | Const_TextParams |
| Generated from class MR.Pdf.TextParams. This is the const half of the class. More... | |
| class | ImageParams |
| Parameters to adding image from file Generated from class MR.Pdf.ImageParams. This is the non-const half of the class. More... | |
| class | PaletteRowStats |
| Generated from class MR.Pdf.PaletteRowStats. This is the non-const half of the class. More... | |
| class | TextCellParams |
| Generated from class MR.Pdf.TextCellParams. This is the non-const half of the class. More... | |
| class | TextParams |
| Generated from class MR.Pdf.TextParams. This is the non-const half of the class. More... | |
Public Types | |
| enum | AlignmentHorizontal : int { Left = 0 , Center = 1 , Right = 2 } |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Pdf (MR.Const_PdfParameters? params_=null) |
| Ctor. Create a document, but not a page. To create a new page use newPage() method Generated from constructor MR.Pdf.Pdf. Parameter params_ defaults to MR.PdfParameters(). | |
| unsafe | Const_Pdf (MR._ByValue_Pdf other) |
| Generated from constructor MR.Pdf.Pdf. | |
| unsafe float | getCursorPosX () |
| Generated from method MR.Pdf.getCursorPosX. | |
| unsafe float | getCursorPosY () |
| Generated from method MR.Pdf.getCursorPosY. | |
| unsafe MR.Vector2f | getPageSize () |
| Generated from method MR.Pdf.getPageSize. | |
| unsafe MR.Box2f | getPageWorkArea () |
| Generated from method MR.Pdf.getPageWorkArea. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_Pdf (MR.Const_PdfParameters? params_) |
| Ctor. Create a document, but not a page. To create a new page use newPage() method Generated from constructor MR.Pdf.Pdf. Parameter params_ defaults to MR.PdfParameters(). | |
| static unsafe implicit | operator bool (MR.Const_Pdf _this) |
| Checking the ability to work with a document Generated from conversion operator MR::Pdf::operator bool. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Class for simple creation pdf. Generated from class MR.Pdf. This is the const half of the class.
| enum MR.Const_Pdf.AlignmentHorizontal : int |
|
inline |
Ctor. Create a document, but not a page. To create a new page use newPage() method Generated from constructor MR.Pdf.Pdf. Parameter params_ defaults to MR.PdfParameters().
|
inline |
Generated from constructor MR.Pdf.Pdf.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR.Pdf.getCursorPosX.
|
inline |
Generated from method MR.Pdf.getCursorPosY.
|
inline |
Generated from method MR.Pdf.getPageSize.
|
inline |
Generated from method MR.Pdf.getPageWorkArea.
|
inlinestatic |
Checking the ability to work with a document Generated from conversion operator MR::Pdf::operator bool.
|
inlinestatic |
Ctor. Create a document, but not a page. To create a new page use newPage() method Generated from constructor MR.Pdf.Pdf. Parameter params_ defaults to MR.PdfParameters().