'Declaration Public Overloads Shared Function CreateStandardCap( _
ByVal capStyleLine cap style.As PdfLineCapStyles, _
ByVal capSizeCap size.As System.Drawing.SizeF, _
ByVal isCapRotatableA value indicating whether the line cap must be rotated with line.As Boolean _
) As PdfLineCap
public static PdfLineCap CreateStandardCap(
PdfLineCapStyles capStyle,
System.Drawing.SizeF capSize,
bool isCapRotatable
)
public: static PdfLineCap* CreateStandardCap(
PdfLineCapStyles capStyle,
System.Drawing.SizeF* capSize,
bool isCapRotatable
)
public:
static PdfLineCap^ CreateStandardCap(
PdfLineCapStyles capStyle,
System.Drawing.SizeF^ capSize,
bool isCapRotatable
)
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.