VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateLineCap(DrawingLineCapType,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
CreateLineCap(DrawingLineCapType,Single,Single) Method (DrawingFactory)
In This Topic
Creates the DrawingLineCap of specified type.
Syntax
'Declaration

Public Function CreateLineCap( _
ByVal lineCapType
The line cap style.
As DrawingLineCapType, _
ByVal width
The line cap width.
As Single, _
ByVal height
The line cap height.
As Single _
) As DrawingLineCap

Parameters

lineCapType
The line cap style.
width
The line cap width.
height
The line cap height.

Return Value

The DrawingLineCap object.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also