C# 클래스 Gu.Wpf.Geometry.PlacementOptions

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Geometry

공개 프로퍼티들

프로퍼티 타입 설명
Auto PlacementOptions
Center PlacementOptions

공개 메소드들

메소드 설명
GetPointOnTarget ( Rect placed, Rect target ) : Point?
PlacementOptions ( HorizontalPlacement horizontal, VerticalPlacement vertical, double offset ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AutoPoint ( Line toMid, Line edge ) : Point?
ClosestLine ( Rect rect, Point p ) : Line
GetPointOnTarget ( Point sourceMidPoint, Rect target ) : Point?

메소드 상세

GetPointOnTarget() 공개 메소드

public GetPointOnTarget ( Rect placed, Rect target ) : Point?
placed System.Windows.Rect
target System.Windows.Rect
리턴 Point?

PlacementOptions() 공개 메소드

public PlacementOptions ( HorizontalPlacement horizontal, VerticalPlacement vertical, double offset ) : System
horizontal HorizontalPlacement
vertical VerticalPlacement
offset double
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Auto 공개적으로 정적으로 프로퍼티

public static PlacementOptions,Gu.Wpf.Geometry Auto
리턴 PlacementOptions

Center 공개적으로 정적으로 프로퍼티

public static PlacementOptions,Gu.Wpf.Geometry Center
리턴 PlacementOptions