메소드 | 설명 | |
---|---|---|
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 CompositeGraphic ( IGraphic bg ) : System.Drawing | ||
bg | IGraphic | |
리턴 | System.Drawing |
public RenderImageSource ( ILUT lut ) : BitmapSource | ||
lut | ILUT | |
리턴 | BitmapSource |
public Transform ( double scale, int rotation, bool flipx, bool flipy ) : void | ||
scale | double | |
rotation | int | |
flipx | bool | |
flipy | bool | |
리턴 | void |