'宣言 Public Overloads Shared Function GetBounds( _ ByRef v1 As C1TextBlockCoords, _ ByRef v2 As C1TextBlockCoords _ ) As Rect
'使用法 Dim v1 As C1TextBlockCoords Dim v2 As C1TextBlockCoords Dim value As Rect value = C1TextBlockCoords.GetBounds(v1, v2)
public static Rect GetBounds( ref C1TextBlockCoords v1, ref C1TextBlockCoords v2 )
パラメータ
- v1
- Defines coordinates of the first text block.
- v2
- Defines coordinates of the second text block.
戻り値の型
The bounds of the two text blocks.