C# 클래스 ImageProcessor.Imaging.Quantizers.WuQuantizer.CubeCut

Represents a cube cut. Adapted from
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Position byte?
Value float

공개 메소드들

메소드 설명
CubeCut ( byte cutPoint, float result )

Initializes a new instance of the CubeCut struct.

메소드 상세

CubeCut() 공개 메소드

Initializes a new instance of the CubeCut struct.
public CubeCut ( byte cutPoint, float result )
cutPoint byte /// The cut point. ///
result float /// The result. ///

프로퍼티 상세

Position 공개적으로 프로퍼티

The position.
public byte? Position
리턴 byte?

Value 공개적으로 프로퍼티

The value.
public float Value
리턴 float