Has six overloads.
Overload List
Name | Description | |
---|---|---|
![]() | Chunk()()()() |
Empty constructor.
|
![]() | Chunk(Char) | Initializes a new instance of the Chunk class |
![]() | Chunk(String) |
Constructs a chunk of text with a certain content, without specifying a Font.
|
![]() | Chunk(Chunk) | Initializes a new instance of the Chunk class |
![]() | Chunk(IDrawInterface) | Initializes a new instance of the Chunk class |
![]() | Chunk(Char, Font) | Initializes a new instance of the Chunk class |
![]() | Chunk(String, Font) |
Constructs a chunk of text with a certain content and a certain Font.
|
![]() | Chunk(IDrawInterface, Boolean) | Initializes a new instance of the Chunk class |
![]() | Chunk(IDrawInterface, Single) | Initializes a new instance of the Chunk class |
![]() | Chunk(IDrawInterface, Single, Boolean) | Initializes a new instance of the Chunk class |
![]() | Chunk(Image, Single, Single) |
Constructs a chunk containing an Image.
|
![]() | Chunk(Image, Single, Single, Boolean) |
Constructs a chunk containing an Image.
|