'Declaration Public Overloads Shared Function CreateStandardCap( _
ByVal capStyleLine cap style.As PdfLineCapStyles, _
ByVal capWidthCap width.As Single, _
ByVal capHeightCap height.As Single, _
ByVal isCapRotatableA value indicating whether the line cap must be rotated with line.As Boolean _
) As PdfLineCap
public static PdfLineCap CreateStandardCap(
PdfLineCapStyles capStyle,
float capWidth,
float capHeight,
bool isCapRotatable
)
public: static PdfLineCap* CreateStandardCap(
PdfLineCapStyles capStyle,
float capWidth,
float capHeight,
bool isCapRotatable
)
public:
static PdfLineCap^ CreateStandardCap(
PdfLineCapStyles capStyle,
float capWidth,
float capHeight,
bool isCapRotatable
)
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.