AlbLib.Imaging.MainExecutableImages.ImageLocationInfo.ImageLocationInfo C# (CSharp) Méthode

ImageLocationInfo() public méthode

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