C# Class ScreenToGif.Util.Native.MARGINS

Show file Open project: dbremner/ScreenToGif Class Usage Examples

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
MARGINS ( System.Windows.Thickness t ) : System

Method Details

MARGINS() public method

public MARGINS ( System.Windows.Thickness t ) : System
t System.Windows.Thickness
return System

Property Details

Bottom public property

public int Bottom
return int

Left public property

public int Left
return int

Right public property

public int Right
return int

Top public property

public int Top
return int