Padding.GetPaddingInPageUnits(Single, Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void GetPaddingInPageUnits([Runtime::InteropServices::Out] float % left, [Runtime::InteropServices::Out] float % right, [Runtime::InteropServices::Out] float % top, [Runtime::InteropServices::Out] float % bottom);
public void GetPaddingInPageUnits(out float left, out float right, out float top, out float bottom);
member this.GetPaddingInPageUnits : single * single * single * single -> unit
Public Sub GetPaddingInPageUnits (ByRef left As Single, ByRef right As Single, ByRef top As Single, ByRef bottom As Single)
參數
- left
- Single
- right
- Single
- top
- Single
- bottom
- Single