C# 클래스 CodeConnect.Touch.Helpers.TouchControlShapeFactory

파일 보기 프로젝트 열기: CodeConnect/TouchVS

공개 메소드들

메소드 설명
GetMiddleSegment ( ) : UIElement
GetSegment ( int totalSegments, int index ) : System.Windows.Media.Geometry
GetTextPosition ( int totalSegments, int index ) : Point

비공개 메소드들

메소드 설명
ToCartesian ( double angle, double radius ) : Point
formatInvariant ( IFormattable format ) : string

Interpolates the string in invariant culture Note: this is the only method that requires .NET framework 4.6 If we ever need to drop to 4.5, we'll just format the string the old way.

메소드 상세

GetMiddleSegment() 공개 정적인 메소드

public static GetMiddleSegment ( ) : UIElement
리턴 UIElement

GetSegment() 공개 정적인 메소드

public static GetSegment ( int totalSegments, int index ) : System.Windows.Media.Geometry
totalSegments int
index int
리턴 System.Windows.Media.Geometry

GetTextPosition() 공개 정적인 메소드

public static GetTextPosition ( int totalSegments, int index ) : Point
totalSegments int
index int
리턴 Point