Gets or sets the mode for contour rendering, which allows you to render:
- only the contours,
- only the model, or
- both the contours and the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ContourRenderingMode As PW_ContourMode |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As PW_ContourMode
instance.ContourRenderingMode = value
value = instance.ContourRenderingMode
|
C# | |
---|
PW_ContourMode ContourRenderingMode {get; set;} |
C++/CLI | |
---|
property PW_ContourMode ContourRenderingMode {
PW_ContourMode get();
void set (PW_ContourMode value);
} |
Return Value
Mode of contour rending as defined in
swContourMode_e
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS