public PaddingF( float left, float top, float right, float bottom )
'Declaration Public Function New( _ ByVal left As Single, _ ByVal top As Single, _ ByVal right As Single, _ ByVal bottom As Single _ )
'Declaration
Public Function New( _ ByVal left As Single, _ ByVal top As Single, _ ByVal right As Single, _ ByVal bottom As Single _ )
'Usage Dim left As Single Dim top As Single Dim right As Single Dim bottom As Single Dim instance As New PaddingF(left, top, right, bottom)
'Usage
Dim left As Single Dim top As Single Dim right As Single Dim bottom As Single Dim instance As New PaddingF(left, top, right, bottom)
PaddingF Structure PaddingF Members Overload List