PenDescriptor(PenStyleSetInfo) 构造函数

定义

基于指定的 PenStyleSetInfo 创建描述符的构造函数。

public:
 PenDescriptor(Microsoft::VisualStudio::Modeling::Diagrams::PenStyleSetInfo ^ penStyleSetInfo);
public PenDescriptor (Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo penStyleSetInfo);
new Microsoft.VisualStudio.Modeling.Diagrams.PenDescriptor : Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo -> Microsoft.VisualStudio.Modeling.Diagrams.PenDescriptor
Public Sub New (penStyleSetInfo As PenStyleSetInfo)

参数

penStyleSetInfo
PenStyleSetInfo

PenStyleSetInfo 创建此描述符的。

适用于