VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfLineCap Class / CreateStandardCap Methods / CreateStandardCap(PdfLineCapStyles,Single,Single,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
CreateStandardCap(PdfLineCapStyles,Single,Single,Boolean) Method (PdfLineCap)
In This Topic
Creates the standard cap.
Syntax
'Declaration

Public Overloads Shared Function CreateStandardCap( _
ByVal capStyle
Line cap style.
As PdfLineCapStyles, _
ByVal capWidth
Cap width.
As Single, _
ByVal capHeight
Cap height.
As Single, _
ByVal isCapRotatable
A value indicating whether the line cap must be rotated with line.
As Boolean _
) As PdfLineCap

Parameters

capStyle
Line cap style.
capWidth
Cap width.
capHeight
Cap height.
isCapRotatable
A value indicating whether the line cap must be rotated with line.

Return Value

PdfLineCap instance.
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