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