Padding.GetPaddingInPageUnits(Single, Single, Single, Single) 方法

定义

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

适用于