Point3DCollection.Parse(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Point3D オブジェクトのコレクションの文字列表現を等価の Point3DCollection に変換します。
public:
static System::Windows::Media::Media3D::Point3DCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.Media3D.Point3DCollection Parse (string source);
static member Parse : string -> System.Windows.Media.Media3D.Point3DCollection
Public Shared Function Parse (source As String) As Point3DCollection
パラメーター
- source
- String
Point3D オブジェクトのコレクションの文字列表現。
戻り値
等価の Point3DCollection。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET