Class HotspotImage.ResizeEventArgs
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
Properties
HeightFactor
public decimal HeightFactor { get; }
Property Value
NewHeight
public int NewHeight { get; set; }
Property Value
NewWidth
public int NewWidth { get; set; }
Property Value
OldHeight
public int OldHeight { get; set; }
Property Value
OldWidth
public int OldWidth { get; set; }
Property Value
WidthFactor
public decimal WidthFactor { get; }