VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Pcx Namespace / PcxFile Class / PcxFile Constructors / PcxFile Constructor(String)
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
PcxFile Constructor(String)
In This Topic
Initializes a new instance of the PcxFile class.
Syntax
'Declaration

Public Function New( _
ByVal filePath
The path to a PCX file.
As System.String _
)
public PcxFile(
System.String filePath
)

Parameters

filePath
The path to a PCX file.
Exceptions
ExceptionDescription
Thrown if filename is null.
Remarks

The file is always opened in read-write mode.

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