C# Class PurplePen.Symbol.SymbolStroke

Represents one symbol stroke in a symbol.
Show file Open project: petergolde/PurplePen

Public Properties

Property Type Description
corners LineJoin
ends LineCap
kind SymbolStrokes
points System.Drawing.PointF[]
radius float
thickness float

Public Methods

Method Description
AddToMapGlyph ( Glyph glyph, SymColor color, float boxSize ) : void
Draw ( Graphics g, System color ) : void

Method Details

AddToMapGlyph() public method

public AddToMapGlyph ( Glyph glyph, SymColor color, float boxSize ) : void
glyph Glyph
color SymColor
boxSize float
return void

Draw() public method

public Draw ( Graphics g, System color ) : void
g System.Drawing.Graphics
color System
return void

Property Details

corners public property

public LineJoin corners
return LineJoin

ends public property

public LineCap ends
return LineCap

kind public property

public SymbolStrokes kind
return SymbolStrokes

points public property

public PointF[],System.Drawing points
return System.Drawing.PointF[]

radius public property

public float radius
return float

thickness public property

public float thickness
return float