C# 클래스 ShowIt.Resolution

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Columns int
Rows int

공개 메소드들

메소드 설명
Resolution ( int columns, int rows ) : System

메소드 상세

Resolution() 공개 메소드

public Resolution ( int columns, int rows ) : System
columns int
rows int
리턴 System

프로퍼티 상세

Columns 공개적으로 프로퍼티

public int Columns
리턴 int

Rows 공개적으로 프로퍼티

public int Rows
리턴 int