Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Background Position
C#
public class BackgroundPosition : System.Object

Constructores

NombreDescripción
BackgroundPosition(position)Constructor with predefined position
BackgroundPosition(x, y, xPercentage, yPercentage)Constructor with size

BackgroundPosition(position)

Constructor with predefined position
C#
public BackgroundPosition(CodiumSDK.CPL.CSSRule.Position position);

Parámetros

NombreTipoDescripción
positionCodiumSDK.CPL.CSSRule.PositionPosition

BackgroundPosition(x, y, xPercentage, yPercentage)

Constructor with size
C#
public BackgroundPosition(System.Int32 x, System.Int32 y, System.Boolean xPercentage, System.Boolean yPercentage);

Parámetros

NombreTipoDescripción
xSystem.Int32X
ySystem.Int32Y
xPercentageSystem.BooleanX Percentage
yPercentageSystem.BooleanY Percentage