PrintDocument for WinForms
AssignFrom メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : AssignFrom メソッド
The source object to copy properties from.
Assigns (copies) properties from another RenderFragment to the current object. Clones RenderFragment.Children by cloning all its elements.
シンタックス
'宣言
 
Public Overridable Sub AssignFrom( _
   ByVal source As RenderFragment _
) 
'使用法
 
Dim instance As RenderFragment
Dim source As RenderFragment
 
instance.AssignFrom(source)
public virtual void AssignFrom( 
   RenderFragment source
)

パラメータ

source
The source object to copy properties from.
参照

RenderFragment クラス
RenderFragment メンバ