C# Class Vertesaur.PolygonOperation.PolygonBinaryOperationOptions

Options to be used by various polygon operations.
Inheritance: PolygonOperationOptions
Show file Open project: aarondandy/vertesaur Class Usage Examples

Public Methods

Method Description
CloneOrDefault ( PolygonBinaryOperationOptions options ) : PolygonBinaryOperationOptions

Creates a copy of the given object or the default object when given null.

PolygonBinaryOperationOptions ( ) : System

Default constructor initializes all options as defaults.

PolygonBinaryOperationOptions ( PolygonBinaryOperationOptions options ) : System

Copy constructor.

Method Details

CloneOrDefault() public static method

Creates a copy of the given object or the default object when given null.
public static CloneOrDefault ( PolygonBinaryOperationOptions options ) : PolygonBinaryOperationOptions
options PolygonBinaryOperationOptions The object to clone.
return PolygonBinaryOperationOptions

PolygonBinaryOperationOptions() public method

Default constructor initializes all options as defaults.
public PolygonBinaryOperationOptions ( ) : System
return System

PolygonBinaryOperationOptions() public method

Copy constructor.
public PolygonBinaryOperationOptions ( PolygonBinaryOperationOptions options ) : System
options PolygonBinaryOperationOptions The object to copy.
return System