FlexReport for WPF
AssignFrom メソッド (PolygonShape)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > PolygonShape クラス : AssignFrom メソッド
プロパティのコピー元のオブジェクト。
プロパティを別の ShapeBase から現在のオブジェクトに割り当てます(コピーします)。
シンタックス
'宣言
 
Public Overrides Sub AssignFrom( _
   ByVal source As ShapeBase _
) 
'使用法
 
Dim instance As PolygonShape
Dim source As ShapeBase
 
instance.AssignFrom(source)
public override void AssignFrom( 
   ShapeBase source
)

パラメータ

source
プロパティのコピー元のオブジェクト。
参照

PolygonShape クラス
PolygonShape メンバ