C# Class PixelFarm.Agg.BorderDouble

BorderDouble is used to represent the border around (Margin) on inside (Padding) of a rectangular area.
ファイルを表示 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Left double

Public Methods

Method Description
BorderDouble ( double valueForAll )
BorderDouble ( double leftRight, double bottomTop )
BorderDouble ( double left, double bottom, double right, double top )
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : BorderDouble
operator ( ) : bool

Method Details

BorderDouble() public method

public BorderDouble ( double valueForAll )
valueForAll double

BorderDouble() public method

public BorderDouble ( double leftRight, double bottomTop )
leftRight double
bottomTop double

BorderDouble() public method

public BorderDouble ( double left, double bottom, double right, double top )
left double
bottom double
right double
top double

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() static public method

static public operator ( ) : BorderDouble
return BorderDouble

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Left public_oe property

public double Left
return double