C# Class MahTweets.Core.Media.Attachments.ImageAttachment

Inheritance: IStatusUpdateAttachment
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
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

Method Details

ImageAttachment() public method

public ImageAttachment ( String Source ) : System
Source String
return System

ImageAttachment() public method

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

MappedToUrl() public method

public MappedToUrl ( ) : string
return string

NewView() public method

public NewView ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl