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