C# Class AlbLib.Imaging.MainExecutableImages.ImageLocationInfo

Datei anzeigen Open project: IllidanS4/AlbLib

Public Properties

Property Type Description
Height short
Position long
Width short

Public Methods

Method Description
ImageLocationInfo ( long pos, short width, short height ) : System

Method Details

ImageLocationInfo() public method

public ImageLocationInfo ( long pos, short width, short height ) : System
pos long
width short
height short
return System

Property Details

Height public_oe property

public short Height
return short

Position public_oe property

public long Position
return long

Width public_oe property

public short Width
return short