Namespace: Spire.Pdf.OPC
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int getTileCompWidth(
	int t,
	int c
)
Function getTileCompWidth ( 
	t As Integer,
	c As Integer
) As Integer
int getTileCompWidth(
	int t, 
	int c
)
abstract getTileCompWidth : 
        t : int * 
        c : int -> int 

Parameters

t
Int32
c
Int32

Return Value

Int32

See Also