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

파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
OverlayGraphic ( SingleBitPixelData pixelData, int offsetx, int offsety, int color ) : System
Render ( int pixels, int width, int height ) : void
Scale ( double scale ) : void

메소드 상세

OverlayGraphic() 공개 메소드

public OverlayGraphic ( SingleBitPixelData pixelData, int offsetx, int offsety, int color ) : System
pixelData SingleBitPixelData
offsetx int
offsety int
color int
리턴 System

Render() 공개 메소드

public Render ( int pixels, int width, int height ) : void
pixels int
width int
height int
리턴 void

Scale() 공개 메소드

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