Thickness.Deconstruct(Double, Double, Double, Double) Method
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.
public:
void Deconstruct([Runtime::InteropServices::Out] double % left, [Runtime::InteropServices::Out] double % top, [Runtime::InteropServices::Out] double % right, [Runtime::InteropServices::Out] double % bottom);
public void Deconstruct (out double left, out double top, out double right, out double bottom);
member this.Deconstruct : double * double * double * double -> unit
Public Sub Deconstruct (ByRef left As Double, ByRef top As Double, ByRef right As Double, ByRef bottom As Double)
Parameters
- left
- Double
- top
- Double
- right
- Double
- bottom
- Double
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI