C# 클래스 SkiaSharp.SKImageInfo

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty SKImageInfo
PlatformColorType SKColorType

공개 메소드들

메소드 설명
SKImageInfo ( int width, int height ) : System
SKImageInfo ( int width, int height, SKColorType colorType ) : System
SKImageInfo ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System

비공개 메소드들

메소드 설명
SKImageInfo ( ) : System

메소드 상세

SKImageInfo() 공개 메소드

public SKImageInfo ( int width, int height ) : System
width int
height int
리턴 System

SKImageInfo() 공개 메소드

public SKImageInfo ( int width, int height, SKColorType colorType ) : System
width int
height int
colorType SKColorType
리턴 System

SKImageInfo() 공개 메소드

public SKImageInfo ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System
width int
height int
colorType SKColorType
alphaType SKAlphaType
리턴 System

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static SKImageInfo,SkiaSharp Empty
리턴 SKImageInfo

PlatformColorType 공개적으로 정적으로 프로퍼티

public static SKColorType PlatformColorType
리턴 SKColorType