編輯

共用方式為


Size(Int32, Int32) Constructor

Definition

public:
 Size(int width, int height);
public Size(int width, int height);
new System.CommandLine.Rendering.Size : int * int -> System.CommandLine.Rendering.Size
Public Sub New (width As Integer, height As Integer)

Parameters

width
Int32
height
Int32

Applies to