[This is preliminary documentation and is subject to change.]
Namespace: NFX.Media.PDF.StylingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public PdfDrawStyle(
float strokeThickness,
PdfColor strokeColor,
PdfLineType strokeType
)
public PdfDrawStyle(
float strokeThickness,
PdfColor strokeColor,
PdfLineType strokeType
)
Public Sub New (
strokeThickness As Single,
strokeColor As PdfColor,
strokeType As PdfLineType
)
Public Sub New (
strokeThickness As Single,
strokeColor As PdfColor,
strokeType As PdfLineType
)
public:
PdfDrawStyle(
float strokeThickness,
PdfColor^ strokeColor,
PdfLineType strokeType
)
public:
PdfDrawStyle(
float strokeThickness,
PdfColor^ strokeColor,
PdfLineType strokeType
)
new :
strokeThickness : float32 *
strokeColor : PdfColor *
strokeType : PdfLineType -> PdfDrawStyle
new :
strokeThickness : float32 *
strokeColor : PdfColor *
strokeType : PdfLineType -> PdfDrawStyle