C# 클래스 entity.BitmapOps.BitmapOperations.formatTypes

파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
bits int
compressed bool
index int
name string

공개 메소드들

메소드 설명
formatTypes ( string name, int index, int bits, bool compressed ) : System

메소드 상세

formatTypes() 공개 메소드

public formatTypes ( string name, int index, int bits, bool compressed ) : System
name string
index int
bits int
compressed bool
리턴 System

프로퍼티 상세

bits 공개적으로 프로퍼티

public int bits
리턴 int

compressed 공개적으로 프로퍼티

public bool compressed
리턴 bool

index 공개적으로 프로퍼티

public int index
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string