Table of Contents

Class HotspotImage

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class HotspotImage
Inheritance
HotspotImage
Inherited Members
Extension Methods

Constructors

HotspotImage()

public HotspotImage()

HotspotImage(string, int, int)

public HotspotImage(string url, int width, int height)

Parameters

url string
width int
height int

Properties

Height

public int Height { get; }

Property Value

int

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Url

public string Url { get; }

Property Value

string

Width

public int Width { get; }

Property Value

int

Methods

Clone()

public HotspotImage Clone()

Returns

HotspotImage

CopyTo(HotspotImage)

public void CopyTo(HotspotImage other)

Parameters

other HotspotImage

FromString(string)

public static HotspotImage FromString(string value)

Parameters

value string

Returns

HotspotImage

IsEqual(HotspotImage)

public bool IsEqual(HotspotImage other)

Parameters

other HotspotImage

Returns

bool

Set(HotspotImage)

public void Set(HotspotImage image)

Parameters

image HotspotImage

Set(string, int, int)

public void Set(string url, int width, int height)

Parameters

url string
width int
height int

ToString()

public override string ToString()

Returns

string

Events

Resized

public event HotspotImage.ResizeEventHandler Resized

Event Type

HotspotImage.ResizeEventHandler