AlbLib.Imaging.MainExecutableImages.ImageLocationInfo.ImageLocationInfo C# (CSharp) Method

ImageLocationInfo() public method

public ImageLocationInfo ( long pos, short width, short height ) : System
pos long
width short
height short
return System
            public ImageLocationInfo(long pos, short width, short height)
            {
                Position = pos;
                Width = width;
                Height = height;
            }
MainExecutableImages.ImageLocationInfo