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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.