 | ProcessingMetadataUserMaskShapes Property |
List of shapes combined to create the user mask.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic BasicShape[] UserMaskShapes { get; set; }
public:
property array<BasicShape^>^ UserMaskShapes {
array<BasicShape^>^ get ();
void set (array<BasicShape^>^ value);
}
Property Value
Type:
BasicShape
See Also