C# 클래스 Vertesaur.PolygonOperation.PolygonBinaryOperationOptions

Options to be used by various polygon operations.
상속: PolygonOperationOptions
파일 보기 프로젝트 열기: aarondandy/vertesaur 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CloneOrDefault() 공개 정적인 메소드

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.
리턴 PolygonBinaryOperationOptions

PolygonBinaryOperationOptions() 공개 메소드

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

PolygonBinaryOperationOptions() 공개 메소드

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