Table of Contents

Class HotspotImage.ResizeEventArgs

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

Constructors

ResizeEventArgs(int, int, int, int)

public ResizeEventArgs(int oldWidth, int oldHeight, int newWidth, int newHeight)

Parameters

oldWidth int
oldHeight int
newWidth int
newHeight int

Properties

HeightFactor

public decimal HeightFactor { get; }

Property Value

decimal

NewHeight

public int NewHeight { get; set; }

Property Value

int

NewWidth

public int NewWidth { get; set; }

Property Value

int

OldHeight

public int OldHeight { get; set; }

Property Value

int

OldWidth

public int OldWidth { get; set; }

Property Value

int

WidthFactor

public decimal WidthFactor { get; }

Property Value

decimal