C# 클래스 Dicom.Imaging.Render.CompositeGraphic

The Composite Graphic implementation of IGraphic which layers graphics one over the other
상속: IGraphic
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
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

메소드 상세

AddLayer() 공개 메소드

public AddLayer ( IGraphic layer ) : void
layer IGraphic
리턴 void

BestFit() 공개 메소드

public BestFit ( int width, int height ) : void
width int
height int
리턴 void

CompositeGraphic() 공개 메소드

public CompositeGraphic ( IGraphic bg ) : System.Drawing
bg IGraphic
리턴 System.Drawing

FlipX() 공개 메소드

public FlipX ( ) : void
리턴 void

FlipY() 공개 메소드

public FlipY ( ) : void
리턴 void

RenderImage() 공개 메소드

public RenderImage ( ILUT lut ) : Image
lut ILUT
리턴 Image

RenderImageSource() 공개 메소드

public RenderImageSource ( ILUT lut ) : BitmapSource
lut ILUT
리턴 BitmapSource

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Rotate() 공개 메소드

public Rotate ( int angle ) : void
angle int
리턴 void

Scale() 공개 메소드

public Scale ( double scale ) : void
scale double
리턴 void

Transform() 공개 메소드

public Transform ( double scale, int rotation, bool flipx, bool flipy ) : void
scale double
rotation int
flipx bool
flipy bool
리턴 void