C# 클래스 MahTweets.Core.Media.Attachments.ImageAttachment

상속: IStatusUpdateAttachment
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
ImageAttachment ( String Source ) : System
ImageAttachment ( String Source, String Url, double MaxWidth = Double.NaN, double MaxHeight = Double.NaN ) : System
MappedToUrl ( ) : string
NewView ( ) : System.Windows.Controls.UserControl

메소드 상세

ImageAttachment() 공개 메소드

public ImageAttachment ( String Source ) : System
Source String
리턴 System

ImageAttachment() 공개 메소드

public ImageAttachment ( String Source, String Url, double MaxWidth = Double.NaN, double MaxHeight = Double.NaN ) : System
Source String
Url String
MaxWidth double
MaxHeight double
리턴 System

MappedToUrl() 공개 메소드

public MappedToUrl ( ) : string
리턴 string

NewView() 공개 메소드

public NewView ( ) : System.Windows.Controls.UserControl
리턴 System.Windows.Controls.UserControl