[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
)
public PdfDrawStyle(
float strokeThickness,
PdfColor strokeColor
)
Public Sub New (
strokeThickness As Single,
strokeColor As PdfColor
)
Public Sub New (
strokeThickness As Single,
strokeColor As PdfColor
)
public:
PdfDrawStyle(
float strokeThickness,
PdfColor^ strokeColor
)
public:
PdfDrawStyle(
float strokeThickness,
PdfColor^ strokeColor
)
new :
strokeThickness : float32 *
strokeColor : PdfColor -> PdfDrawStyle
new :
strokeThickness : float32 *
strokeColor : PdfColor -> PdfDrawStyle