Property | Type | Description | |
---|---|---|---|
Empty | |||
PlatformColorType | SKColorType |
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 |
Method | Description | |
---|---|---|
SKImageInfo ( ) : System |
public SKImageInfo ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public SKImageInfo ( int width, int height, SKColorType colorType ) : System | ||
width | int | |
height | int | |
colorType | SKColorType | |
return | System |
public SKImageInfo ( int width, int height, SKColorType colorType, SKAlphaType alphaType ) : System | ||
width | int | |
height | int | |
colorType | SKColorType | |
alphaType | SKAlphaType | |
return | System |