Table of Contents

Class HotspotShape

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

Constructors

HotspotShape()

protected HotspotShape()

Methods

Clone()

public abstract HotspotShape Clone()

Returns

HotspotShape

CopyTo(HotspotShape)

public abstract void CopyTo(HotspotShape other)

Parameters

other HotspotShape

FromString(string)

public static HotspotShape FromString(string value)

Parameters

value string

Returns

HotspotShape

IsEqual(HotspotShape)

public abstract bool IsEqual(HotspotShape other)

Parameters

other HotspotShape

Returns

bool

IsPointInside(int, int)

public abstract bool IsPointInside(int x, int y)

Parameters

x int
y int

Returns

bool

Read(string)

public abstract void Read(string value)

Parameters

value string

Resize(ResizeEventArgs)

public abstract void Resize(HotspotImage.ResizeEventArgs args)

Parameters

args HotspotImage.ResizeEventArgs