C# 클래스 Windows.UI.Xaml.Media.GeneralTransform

상속: Windows.UI.Xaml.DependencyObject, IGeneralTransform, IGeneralTransformOverrides
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
TransformBounds ( [ rect ) : Rect
TransformPoint ( [ point ) : Point
TryTransform ( [ inPoint, Point &outPoint ) : bool

보호된 메소드들

메소드 설명
GeneralTransform ( ) : System
TransformBoundsCore ( [ rect ) : Rect
TryTransformCore ( [ inPoint, Point &outPoint ) : bool

메소드 상세

GeneralTransform() 보호된 메소드

protected GeneralTransform ( ) : System
리턴 System

TransformBounds() 공개 메소드

public TransformBounds ( [ rect ) : Rect
rect [
리턴 Windows.Foundation.Rect

TransformBoundsCore() 보호된 메소드

protected TransformBoundsCore ( [ rect ) : Rect
rect [
리턴 Windows.Foundation.Rect

TransformPoint() 공개 메소드

public TransformPoint ( [ point ) : Point
point [
리턴 Point

TryTransform() 공개 메소드

public TryTransform ( [ inPoint, Point &outPoint ) : bool
inPoint [
outPoint Point
리턴 bool

TryTransformCore() 보호된 메소드

protected TryTransformCore ( [ inPoint, Point &outPoint ) : bool
inPoint [
outPoint Point
리턴 bool