FlexReport for WinForms
Assign メソッド (ShapeBase)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > ShapeBase クラス : Assign メソッド
The destination ShapeBase object.
The source ShapeBase object.
The System.ComponentModel.PropertyChangedEventHandler event handler which should be added to the dst.PropertyChanged event.
For internal use. Assigns properties of src object to the dst object.
シンタックス
'宣言
 
Public Shared Sub Assign( _
   ByRef dst As ShapeBase, _
   ByVal src As ShapeBase, _
   ByVal pceh As System.ComponentModel.PropertyChangedEventHandler _
) 
'使用法
 
Dim dst As ShapeBase
Dim src As ShapeBase
Dim pceh As System.ComponentModel.PropertyChangedEventHandler
 
ShapeBase.Assign(dst, src, pceh)
public static void Assign( 
   ref ShapeBase dst,
   ShapeBase src,
   System.ComponentModel.PropertyChangedEventHandler pceh
)

パラメータ

dst
The destination ShapeBase object.
src
The source ShapeBase object.
pceh
The System.ComponentModel.PropertyChangedEventHandler event handler which should be added to the dst.PropertyChanged event.
参照

参照

ShapeBase クラス
ShapeBase メンバ