op_Addition
Contenido
[
Ocultar
]operator +
Traduce unPointF
por un dadoSize
.
public static PointF operator +(PointF point, Size size)
Parámetro | Escribe | Descripción |
---|---|---|
point | PointF | losPointF traducir. |
size | Size | ASize que especifica el par de números a sumar a las coordenadas depoint. |
Valor_devuelto
Devuelve lo traducidoPointF
.
Ver también
- struct Size
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
operator +
Traduce elPointF
por el especificadoSizeF
.
public static PointF operator +(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 x e y delpoint. |
Valor_devuelto
el traducidoPointF
.
Ver también
- struct SizeF
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging