[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Picture class
Namespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public Picture(
Image image,
ImageFormat format,
string attachmentFileName = null
)
public Picture(
Image image,
ImageFormat format,
string attachmentFileName = null
)
Public Sub New (
image As Image,
format As ImageFormat,
Optional attachmentFileName As String = Nothing
)
Public Sub New (
image As Image,
format As ImageFormat,
Optional attachmentFileName As String = Nothing
)
public:
Picture(
Image^ image,
ImageFormat^ format,
String^ attachmentFileName = nullptr
)
public:
Picture(
Image^ image,
ImageFormat^ format,
String^ attachmentFileName = nullptr
)
new :
image : Image *
format : ImageFormat *
?attachmentFileName : string
(* Defaults:
let _attachmentFileName = defaultArg attachmentFileName null
*)
-> Picture
new :
image : Image *
format : ImageFormat *
?attachmentFileName : string
(* Defaults:
let _attachmentFileName = defaultArg attachmentFileName null
*)
-> Picture