Pular para o conteúdo principal

PadesSize

Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class

public class PadesSize

Hierarquia: objectPadesSize

Construtores

PadesSize()

public PadesSize()

PadesSize(double, double)

public PadesSize(double width, double height)

Parâmetros

NomeTipoDescrição
widthdouble
heightdouble

Propriedades

Height

public double Height { get; set; }

Retorno

double


Width

public double Width { get; set; }

Retorno

double


Métodos

CreateFromModel(PadesSizeModel)

public static PadesSize CreateFromModel(PadesSizeModel model)

Parâmetros

NomeTipoDescrição
modelPadesSizeModel

Retorno

PadesSize


ToModel()

public PadesSizeModel ToModel()

Retorno

PadesSizeModel


Membros herdados

GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()