Inflate
Contenido
[
Ocultar
]Inflate(Rectangle, int, int)
Crea unRectangle
que está inflado por la cantidad especificada.
public static Rectangle Inflate(Rectangle rect, int x, int y)
Parámetro | Escribe | Descripción |
---|---|---|
rect | Rectangle | Un rectángulo para inflar. |
x | Int32 | La cantidad para inflar el rectángulo especificado porrect horizontalmente. |
y | Int32 | La cantidad para inflar el rectángulo especificado porrect verticalmente |
Valor_devuelto
Devuelve unRectangle
que está inflado por la cantidad especificada.
Ver también
- struct Rectangle
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
Inflate(int, int)
Amplía estoRectangle por la cantidad especificada.
public void Inflate(int width, int height)
Parámetro | Escribe | Descripción |
---|---|---|
width | Int32 | La cantidad para inflar esteRectangle horizontalmente. |
height | Int32 | La cantidad para inflar esteRectangle verticalmente |
Ver también
- struct Rectangle
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
Inflate(Size)
Amplía estoRectangle por la cantidad especificada.
public void Inflate(Size size)
Parámetro | Escribe | Descripción |
---|---|---|
size | Size | El tamaño para inflar estoRectangle. |
Ver también
- struct Size
- struct Rectangle
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing