Has six overloads.

Overload List

  NameDescription
Public methodChunk()()()()
Empty constructor.
Public methodChunk(Char)
Initializes a new instance of the Chunk class
Public methodChunk(String)
Constructs a chunk of text with a certain content, without specifying a Font.
Public methodChunk(Chunk)
Initializes a new instance of the Chunk class
Public methodChunk(IDrawInterface)
Initializes a new instance of the Chunk class
Public methodChunk(Char, Font)
Initializes a new instance of the Chunk class
Public methodChunk(String, Font)
Constructs a chunk of text with a certain content and a certain Font.
Public methodChunk(IDrawInterface, Boolean)
Initializes a new instance of the Chunk class
Public methodChunk(IDrawInterface, Single)
Initializes a new instance of the Chunk class
Public methodChunk(IDrawInterface, Single, Boolean)
Initializes a new instance of the Chunk class
Public methodChunk(Image, Single, Single)
Constructs a chunk containing an Image.
Public methodChunk(Image, Single, Single, Boolean)
Constructs a chunk containing an Image.

See Also