Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Flags Property (RegionContourPointsCommand)








Gets or sets the required contour points.
Syntax
public RegionContourPointsCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RegionContourPointsCommandFlags
'Usage
 
Dim instance As RegionContourPointsCommand
Dim value As RegionContourPointsCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public RegionContourPointsCommandFlags Flags {get; set;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 

Property Value

Value that represent the required contour points.
Example
Refer to RegionContourPointsCommand.
Requirements

Target Platforms

See Also

Reference

RegionContourPointsCommand Class
RegionContourPointsCommand Members

Error processing SSI file