'Declaration
Public Shared Function GetContentBounds( _ ByVal layoutRect As NRectangle, _ ByVal contentSize As NSize, _ ByVal align As System.Drawing.ContentAlignment _ ) As NRectangle
'Usage
Dim layoutRect As NRectangle Dim contentSize As NSize Dim align As System.Drawing.ContentAlignment Dim value As NRectangle value = NLayoutHelper.GetContentBounds(layoutRect, contentSize, align)
public static NRectangle GetContentBounds( NRectangle layoutRect, NSize contentSize, System.Drawing.ContentAlignment align )
Parameters
- layoutRect
- contentSize
- align