Lenguaje

RectangleD.Offset Método

Definición

Sobrecargas

Offset(PointD)

public:
 void Offset(Microsoft::ReportDesigner::PointD pos);
public void Offset(Microsoft.ReportDesigner.PointD pos);
member this.Offset : Microsoft.ReportDesigner.PointD -> unit
Public Sub Offset (pos As PointD)

Parámetros

pos
PointD

Se aplica a

Offset(Double, Double)

public:
 void Offset(double x, double y);
public void Offset(double x, double y);
member this.Offset : double * double -> unit
Public Sub Offset (x As Double, y As Double)

Parámetros

x
Double
y
Double

Se aplica a