C# Class withSIX.Core.Infra.Cache.DesiredImageSize

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Properties

Property Type Description
Height float?
Width float?

Public Methods

Method Description
DesiredImageSize ( float width, float height )
ToString ( ) : string

Method Details

DesiredImageSize() public method

public DesiredImageSize ( float width, float height )
width float
height float

ToString() public method

public ToString ( ) : string
return string

Property Details

Height public_oe property

public float? Height
return float?

Width public_oe property

public float? Width
return float?