VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfLineCap Class / CreateStandardCap Methods / CreateStandardCap(PdfLineCapStyles,SizeF,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
CreateStandardCap(PdfLineCapStyles,SizeF,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 capSize
Cap size.
As System.Drawing.SizeF, _
ByVal isCapRotatable
A value indicating whether the line cap must be rotated with line.
As Boolean _
) As PdfLineCap

Parameters

capStyle
Line cap style.
capSize
Cap size.
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