Class ImageBuilder

ImageBuilder class

Represents an image that can be used at PrimaryImage and FallbackImage.

public sealed class ImageBuilder : BaseBuilder

Properties

NameDescription
AlternateWriteFileName { get; set; }When set to a FileName or a relative File Path, it will be used to write the texture.
Content { get; set; }Gets or sets the in-memory representation of the image file.
Extras { get; set; }Gets or sets the custom data of this object.
Name { get; set; }Gets or sets the display text name, or null.

Methods

NameDescription
static From(MemoryImage, string)
static From(MemoryImage, string, JsonContent)
static AreEqualByContent(ImageBuilder, ImageBuilder)
static GetContentHashCode(ImageBuilder)
static IsEmpty(ImageBuilder)
static IsValid(ImageBuilder)
implicit operator(4 operators)

See Also