C# 클래스 Core2D.Style.BaseStyle

Base style.
상속: ObservableResource
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ConvertDashesToDoubleArray ( string value ) : double[]

Convert line dashes string format to doubles array.

ConvertDashesToFloatArray ( string value ) : float[]

Convert line dashes string format to floats array.

ConvertDoubleArrayToDashes ( double value ) : string

Convert line dashes doubles array to string format.

ConvertFloatArrayToDashes ( float value ) : string

Convert line dashes floats array to string format.

메소드 상세

ConvertDashesToDoubleArray() 공개 정적인 메소드

Convert line dashes string format to doubles array.
public static ConvertDashesToDoubleArray ( string value ) : double[]
value string The line dashes string.
리턴 double[]

ConvertDashesToFloatArray() 공개 정적인 메소드

Convert line dashes string format to floats array.
public static ConvertDashesToFloatArray ( string value ) : float[]
value string The line dashes string.
리턴 float[]

ConvertDoubleArrayToDashes() 공개 정적인 메소드

Convert line dashes doubles array to string format.
public static ConvertDoubleArrayToDashes ( double value ) : string
value double The line dashes doubles array.
리턴 string

ConvertFloatArrayToDashes() 공개 정적인 메소드

Convert line dashes floats array to string format.
public static ConvertFloatArrayToDashes ( float value ) : string
value float The line dashes floats array.
리턴 string