C# Class SkiaSharp.SKImageInfo

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
Empty SKImageInfo
PlatformColorType SKColorType

Public Methods

Method Description
SKImageInfo ( int width, int height ) : System
SKImageInfo ( int width, int height, SKColorType colorType ) : System
SKImageInfo ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System

Private Methods

Method Description
SKImageInfo ( ) : System

Method Details

SKImageInfo() public method

public SKImageInfo ( int width, int height ) : System
width int
height int
return System

SKImageInfo() public method

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

SKImageInfo() public method

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

Property Details

Empty public_oe static_oe property

public static SKImageInfo,SkiaSharp Empty
return SKImageInfo

PlatformColorType public_oe static_oe property

public static SKColorType PlatformColorType
return SKColorType