Table of Contents

Class SnapshotImage

Namespace
Gve.Text.DTO
Assembly
Gve.Text.dll

A background image for a Snapshot.

public class SnapshotImage
Inheritance
SnapshotImage
Inherited Members

Properties

Canvas

Gets or sets the optional canvas to fit the image into. If not specified, the image will have the same size of the SVG container, and placed at its top-left corner (0,0).

public Rectangle? Canvas { get; set; }

Property Value

Rectangle

Opacity

Gets or sets the default background image opacity. If not specified this is equal to 0. So, to show the image you should specify an opacity value here, or set it later.

public double Opacity { get; set; }

Property Value

double

Url

Gets or sets the image source URL.

public string Url { get; set; }

Property Value

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.