C# Class Dicom.Imaging.Render.OverlayGraphic

Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public OverlayGraphic ( SingleBitPixelData pixelData, int offsetx, int offsety, int color ) : System
pixelData SingleBitPixelData
offsetx int
offsety int
color int
Résultat System

Render() public méthode

public Render ( int pixels, int width, int height ) : void
pixels int
width int
height int
Résultat void

Scale() public méthode

public Scale ( double scale ) : void
scale double
Résultat void