C# Class Treefrog.Framework.Imaging.Drawing.StippleBrush

Inheritance: PatternBrush
Datei anzeigen Open project: jaquadro/Treefrog

Public Methods

Method Description
StippleBrush ( bool pattern, Color color )
StippleBrush ( bool pattern, Color color, double opacity )

Private Methods

Method Description
ConvertStipplePattern ( bool pattern, Color color ) : TextureResource

Method Details

StippleBrush() public method

public StippleBrush ( bool pattern, Color color )
pattern bool
color Color

StippleBrush() public method

public StippleBrush ( bool pattern, Color color, double opacity )
pattern bool
color Color
opacity double