op_Subtraction
Contenido
[
Ocultar
]operator -
Traduce unPointF por el negativo de un dadoSize .
public static PointF operator -(PointF point, Size size)
| Parámetro | Escribe | Descripción | 
|---|---|---|
| point | PointF | A PointFtraducir. | 
| size | Size | A Sizeque especifica los números a restar de las coordenadas x e y delpoint. | 
Valor_devuelto
el traducidoPointF.
Ver también
- struct Size
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
operator -
Traduce unPointF por el negativo de un determinadoSizeF .
public static PointF operator -(PointF point, SizeF size)
| Parámetro | Escribe | Descripción | 
|---|---|---|
| point | PointF | los PointFtraducir. | 
| size | SizeF | los SizeFque especifica los números a restar de las coordenadas depoint. | 
Valor_devuelto
el traducidoPointF.
Ver también
- struct SizeF
- struct PointF
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging