'Declaration Public Function New( _
ByVal fillColorColor of the fill.As Vintasoft.Primitives.VintasoftColor, _
ByVal outlineColorColor of the outline.As Vintasoft.Primitives.VintasoftColor, _
ByVal outlineWidthThe width of the shape outline, in DIP.As Double _
)
public ShapeAppearance(
Vintasoft.Primitives.VintasoftColor fillColor,
Vintasoft.Primitives.VintasoftColor outlineColor,
double outlineWidth
)
public: ShapeAppearance(
Vintasoft.Primitives.VintasoftColor fillColor,
Vintasoft.Primitives.VintasoftColor outlineColor,
double outlineWidth
)
public:
ShapeAppearance(
Vintasoft.Primitives.VintasoftColor fillColor,
Vintasoft.Primitives.VintasoftColor outlineColor,
double outlineWidth
)
Parameters
- fillColor
- Color of the fill.
- outlineColor
- Color of the outline.
- outlineWidth
- The width of the shape outline, in DIP.