แก้ไข

แชร์ผ่าน


Region Constructors

Definition

Overloads

Region(Int32, Int32, Size)
Region(Int32, Int32, Nullable<Int32>, Nullable<Int32>, Boolean)

Region(Int32, Int32, Size)

public:
 Region(int left, int top, System::CommandLine::Rendering::Size ^ size);
public Region(int left, int top, System.CommandLine.Rendering.Size size);
new System.CommandLine.Rendering.Region : int * int * System.CommandLine.Rendering.Size -> System.CommandLine.Rendering.Region
Public Sub New (left As Integer, top As Integer, size As Size)

Parameters

left
Int32
top
Int32
size
Size

Applies to

Region(Int32, Int32, Nullable<Int32>, Nullable<Int32>, Boolean)

public Region(int left, int top, int? width = default, int? height = default, bool isOverwrittenOnRender = true);
new System.CommandLine.Rendering.Region : int * int * Nullable<int> * Nullable<int> * bool -> System.CommandLine.Rendering.Region
Public Sub New (left As Integer, top As Integer, Optional width As Nullable(Of Integer) = Nothing, Optional height As Nullable(Of Integer) = Nothing, Optional isOverwrittenOnRender As Boolean = true)

Parameters

left
Int32
top
Int32
width
Nullable<Int32>
height
Nullable<Int32>
isOverwrittenOnRender
Boolean

Applies to