Initializes a new instance of the Coord class

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# 
public Coord(
	int x,
	int y
)
Public Sub New ( 
	x As Integer,
	y As Integer
)
public:
Coord(
	int x, 
	int y
)
new : 
        x : int * 
        y : int -> Coord

Parameters

x
Int32
y
Int32

See Also