Method | Description | |
---|---|---|
AddLayer ( IGraphic layer ) : void | ||
BestFit ( int width, int height ) : void | ||
CompositeGraphic ( IGraphic bg ) : System.Drawing | ||
FlipX ( ) : void | ||
FlipY ( ) : void | ||
RenderImage ( ILUT lut ) : Image | ||
RenderImageSource ( ILUT lut ) : BitmapSource | ||
Reset ( ) : void | ||
Rotate ( int angle ) : void | ||
Scale ( double scale ) : void | ||
Transform ( double scale, int rotation, bool flipx, bool flipy ) : void |
public BestFit ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public CompositeGraphic ( IGraphic bg ) : System.Drawing | ||
bg | IGraphic | |
return | System.Drawing |
public RenderImageSource ( ILUT lut ) : BitmapSource | ||
lut | ILUT | |
return | BitmapSource |
public Transform ( double scale, int rotation, bool flipx, bool flipy ) : void | ||
scale | double | |
rotation | int | |
flipx | bool | |
flipy | bool | |
return | void |