IFlarable.GetRequiredSpace(Double, Double, Double, Double) 方法

定义

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)

参数

left
Double
Right
Double
top
Double
bottom
Double

适用于