Implements OutLine(Color, Double, Double, Double, Double).
Namespace:
PerpetuumSoft.Framework.TextAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void OutLine( Color color, double width, double startX, double endX, double y ) |
Visual Basic (Declaration) |
---|
Public Sub OutLine ( _ color As Color, _ width As Double, _ startX As Double, _ endX As Double, _ y As Double _ ) |
Visual C++ |
---|
public: virtual void OutLine( Color color, double width, double startX, double endX, double y ) sealed |
Parameters
- color
- Type: System.Drawing..::.Color
- width
- Type: System..::.Double
- startX
- Type: System..::.Double
- endX
- Type: System..::.Double
- y
- Type: System..::.Double