Add
Contenido
[
Ocultar
]Add(PointF, Size)
Traduce un determinadoPointF
por el especificadoSize
.
public static PointF Add(PointF point, Size size)
Parámetro | Escribe | Descripción |
---|---|---|
point | PointF | losPointF traducir. |
size | Size | losSize que especifica los números a sumar a las coordenadas depoint. |
Valor_devuelto
el traducidoPointF
.
Ver también
- struct Size
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
Add(PointF, SizeF)
Traduce un determinadoPointF
por un especificadoSizeF
.
public static PointF Add(PointF point, SizeF size)
Parámetro | Escribe | Descripción |
---|---|---|
point | PointF | losPointF traducir. |
size | SizeF | losSizeF que especifica los números a sumar a las coordenadas depoint. |
Valor_devuelto
el traducidoPointF
.
Ver también
- struct SizeF
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging