Table of Contents

Class HotspotShapeCircle

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public sealed class HotspotShapeCircle : HotspotShape
Inheritance
HotspotShapeCircle
Inherited Members
Extension Methods

Constructors

HotspotShapeCircle(int, int, int)

public HotspotShapeCircle(int x, int y, int radius)

Parameters

x int
y int
radius int

HotspotShapeCircle(string)

public HotspotShapeCircle(string value)

Parameters

value string

Fields

ShapeID

public const string ShapeID = "CIRCLE"

Field Value

string

_radius

public int _radius

Field Value

int

_y

public int _y

Field Value

int

Properties

Radius

public int Radius { get; set; }

Property Value

int

X

public int X { get; set; }

Property Value

int

Y

public int Y { get; set; }

Property Value

int

Methods

Clone()

public override HotspotShape Clone()

Returns

HotspotShape

CopyTo(HotspotShape)

public override void CopyTo(HotspotShape other)

Parameters

other HotspotShape

IsEqual(HotspotShape)

public override bool IsEqual(HotspotShape other)

Parameters

other HotspotShape

Returns

bool

IsPointInside(int, int)

public override bool IsPointInside(int x, int y)

Parameters

x int
y int

Returns

bool

Read(string)

public override void Read(string value)

Parameters

value string

Resize(ResizeEventArgs)

public override void Resize(HotspotImage.ResizeEventArgs args)

Parameters

args HotspotImage.ResizeEventArgs

ToString()

public override string ToString()

Returns

string