FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > Inset クラス > Inset コンストラクタ : Inset コンストラクタ(Int32,Int32,Int32,Int32) |
'Declaration Public Function New( _ ByVal leftInset As Integer, _ ByVal topInset As Integer, _ ByVal rightInset As Integer, _ ByVal bottomInset As Integer _ )
'使用法 Dim leftInset As Integer Dim topInset As Integer Dim rightInset As Integer Dim bottomInset As Integer Dim instance As New Inset(leftInset, topInset, rightInset, bottomInset)
public Inset( int leftInset, int topInset, int rightInset, int bottomInset )