IFlarable.GetRequiredSpace(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetRequiredSpace([Runtime::InteropServices::Out] double % left, [Runtime::InteropServices::Out] double % Right, [Runtime::InteropServices::Out] double % top, [Runtime::InteropServices::Out] double % bottom);
public void GetRequiredSpace(out double left, out double Right, out double top, out double bottom);
abstract member GetRequiredSpace : double * double * double * double -> unit
Public Sub GetRequiredSpace (ByRef left As Double, ByRef Right As Double, ByRef top As Double, ByRef bottom As Double)
Parameters
- left
- Double
- Right
- Double
- top
- Double
- bottom
- Double