InkTrailPoint 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 DelegatedInkTrailVisual的單一點。
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
struct InkTrailPoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
public struct InkTrailPoint
var inkTrailPoint = {
point : /* Your value */,
radius : /* Your value */
}
Public Structure InkTrailPoint
- 繼承
-
InkTrailPoint
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 2104 (已於 10.0.20348.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v12.0 引進)
|
欄位
Point |
建構 DelegatedInkTrailVisual時所使用的單一點。 |
Radius |
DelegatedInkTrailVisual中Point的半徑。 |