C# Class SkiaSharp.SKImageInfo

Show file 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 static property

public static SKImageInfo,SkiaSharp Empty
return SKImageInfo

PlatformColorType public static property

public static SKColorType PlatformColorType
return SKColorType