ImageMask Constructor (String) |
Initializes a new instance of the
ImageMask class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ImageMask(
string file
)
Public Sub New (
file As String
)
public:
ImageMask(
String^ file
)
new :
file : string -> ImageMask
Parameters
- file
- Type: SystemString
See Also