Polygon.CopyTo(Location[], Int32) 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.
Copies the child locations to the specified array.
public:
virtual void CopyTo(cli::array <Microsoft::Maui::Devices::Sensors::Location ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Maui.Devices.Sensors.Location[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Maui.Devices.Sensors.Location[] * int -> unit
override this.CopyTo : Microsoft.Maui.Devices.Sensors.Location[] * int -> unit
Public Sub CopyTo (array As Location(), arrayIndex As Integer)
Parameters
- array
- Location[]
The target array to copy the child views to.
- arrayIndex
- Int32
The index at which the copying needs to start.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.