Region Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- isOverwrittenOnRender
- Boolean
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.