UIBezierPath.SetLineDash 方法

定义

重载

SetLineDash(nfloat[], nfloat)

设置路径的线条图案。

SetLineDash(nfloat[], nint, nint, nfloat)

设置线条的短划线图案。

SetLineDash(nfloat[], nfloat)

设置路径的线条图案。

public void SetLineDash (nfloat[] values, nfloat phase);
member this.SetLineDash : nfloat[] * nfloat -> unit

参数

values
nfloat[]

在实心部分和间隙部分之间交替的列特数组,以磅为单位。

phase
nfloat

从原点) 计数 (开始呈现模式的点。

注解

这可以从后台线程使用。

适用于

SetLineDash(nfloat[], nint, nint, nfloat)

设置线条的短划线图案。

public void SetLineDash (nfloat[] values, nint offset, nint count, nfloat phase);
member this.SetLineDash : nfloat[] * nint * nint * nfloat -> unit

参数

values
nfloat[]

在实心部分和间隙部分之间交替的列特数组,以磅为单位。

offset
System.System.IntPtr System.nativeint

要从其开始呈现的值的偏移量。

count
System.System.IntPtr System.nativeint

要考虑的数组中的项数。

phase
nfloat

从原点) 计数 (开始呈现模式的点。

注解

方法的这种变体允许通过偏移量和计数参数指定“values”数组的段。

这可以从后台线程使用。

适用于