MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Pdf Class Reference

Class for simple creation pdf. Generated from class MR.Pdf. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_Pdf:

Classes

class  _ByValue_Cell
 This is used as a function parameter when the underlying function receives Cell by value. Usage: More...
 
class  _ByValue_CellCustomParams
 This is used as a function parameter when the underlying function receives CellCustomParams by value. Usage: More...
 
class  _ByValue_ImageParams
 This is used as a function parameter when the underlying function receives ImageParams by value. Usage: More...
 
class  _ByValue_PaletteRowStats
 This is used as a function parameter when the underlying function receives PaletteRowStats by value. Usage: More...
 
class  _ByValue_TextCellParams
 This is used as a function parameter when the underlying function receives TextCellParams by value. Usage: More...
 
class  _ByValue_TextParams
 This is used as a function parameter when the underlying function receives TextParams by value. Usage: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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: More...
 
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)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Pdf >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_Pdf >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

Class for simple creation pdf. Generated from class MR.Pdf. This is the const half of the class.


The documentation for this class was generated from the following file: