C# 클래스 AlbLib.Imaging.MainExecutableImages.ImageLocationInfo

파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 프로퍼티들

프로퍼티 타입 설명
Height short
Position long
Width short

공개 메소드들

메소드 설명
ImageLocationInfo ( long pos, short width, short height ) : System

메소드 상세

ImageLocationInfo() 공개 메소드

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

프로퍼티 상세

Height 공개적으로 프로퍼티

public short Height
리턴 short

Position 공개적으로 프로퍼티

public long Position
리턴 long

Width 공개적으로 프로퍼티

public short Width
리턴 short