C# Class CrossUI.Drawing.DrawingStateExtensions

Show file Open project: pragmatrix/CrossUI

Public Methods

Method Description
StrokeAlignShift ( this state ) : double
StrokeAlignedBounds ( this state, Rectangle rectangle ) : Bounds
StrokeFillBounds ( this state, Rectangle r ) : Bounds
StrokeFillShift ( this state ) : double

Method Details

StrokeAlignShift() public static method

public static StrokeAlignShift ( this state ) : double
state this
return double

StrokeAlignedBounds() public static method

public static StrokeAlignedBounds ( this state, Rectangle rectangle ) : Bounds
state this
rectangle Rectangle
return Bounds

StrokeFillBounds() public static method

public static StrokeFillBounds ( this state, Rectangle r ) : Bounds
state this
r Rectangle
return Bounds

StrokeFillShift() public static method

public static StrokeFillShift ( this state ) : double
state this
return double