Connector.Offset(Size) Method

Definition

Changes the Connector height and width using the settings defined in the specified Size.

public:
 virtual void Offset(System::Drawing::Size size);
public virtual void Offset (System.Drawing.Size size);
abstract member Offset : System.Drawing.Size -> unit
override this.Offset : System.Drawing.Size -> unit
Public Overridable Sub Offset (size As Size)

Parameters

size
Size

The Size that contains the height and width settings to offset the connector.

Applies to