GraphicsPath.GetPathTypes(Span<Byte>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PathPointType获取路径中点的类型。
public:
int GetPathTypes(Span<System::Byte> destination);
public int GetPathTypes(Span<byte> destination);
member this.GetPathTypes : Span<byte> -> int
Public Function GetPathTypes (destination As Span(Of Byte)) As Integer
参数
将类型复制到的跨度。 这至少应该只要 PointCount。
返回
复制到的 destination类型的计数。