CODIUM Programming Language (CPL) CodiumSDK CPL PositionForShape
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Position for Shape
C# |
public class PositionForShape : System.Object |
Constructores
Nombre | Descripción | |
---|---|---|
PositionForShape(x, y) | Constructor |
PositionForShape(x, y)
Constructor
C# |
public PositionForShape(System.Int32 x, System.Int32 y); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
x | System.Int32 | X |
y | System.Int32 | Y |