메소드 | 설명 | |
---|---|---|
GetInchHeight ( this img ) : double | ||
GetInchWidth ( this img ) : double | ||
GetPixelRatio ( this img ) : double |
Gets the ratio between the width and the height of this SimpleImage instance.
|
메소드 | 설명 | |
---|---|---|
FlipX ( |
Swaps the image at the X-axis, which goes throug the middle of the height of the image.
|
|
FlipY ( |
Swaps the image at the Y-axis, which goes throug the middle of the width of the image.
|
|
Rotate180 ( |
||
Rotate270 ( |
||
Rotate90 ( |
||
Transform ( |
Transforms the specified image by flipping and rotating it. First the image will be rotated, then the image will be flipped. A new image will be returned. The original image will not be changed.
|