C# Class Dicom.Imaging.Render.OverlayGraphic

Show file Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
OverlayGraphic ( SingleBitPixelData pixelData, int offsetx, int offsety, int color ) : System
Render ( int pixels, int width, int height ) : void
Scale ( double scale ) : void

Method Details

OverlayGraphic() public method

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

Render() public method

public Render ( int pixels, int width, int height ) : void
pixels int
width int
height int
return void

Scale() public method

public Scale ( double scale ) : void
scale double
return void