C# 클래스 AcManager.Controls.Services.ImageViewerService

파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
ImageProperty System.Windows.DependencyProperty
MaxHeightProperty System.Windows.DependencyProperty
MaxWidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetImage ( DependencyObject obj ) : string
GetMaxHeight ( DependencyObject obj ) : double
GetMaxWidth ( DependencyObject obj ) : double
SetImage ( DependencyObject obj, string value ) : void
SetMaxHeight ( DependencyObject obj, double value ) : void
SetMaxWidth ( DependencyObject obj, double value ) : void

비공개 메소드들

메소드 설명
Control_MouseDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnImageChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetImage() 공개 정적인 메소드

public static GetImage ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

GetMaxHeight() 공개 정적인 메소드

public static GetMaxHeight ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
리턴 double

GetMaxWidth() 공개 정적인 메소드

public static GetMaxWidth ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
리턴 double

SetImage() 공개 정적인 메소드

public static SetImage ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

SetMaxHeight() 공개 정적인 메소드

public static SetMaxHeight ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
리턴 void

SetMaxWidth() 공개 정적인 메소드

public static SetMaxWidth ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows ImageProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MaxHeightProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MaxWidthProperty
리턴 System.Windows.DependencyProperty