PrintDocument for WinForms
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderText クラス > AssignFrom メソッド : AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) メソッド
Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderText, also copies RenderText-specific properties.
シンタックス
'宣言
 
Public Overloads Overrides Sub AssignFrom( _
   ByVal source As RenderObject, _
   ByVal assignDataBinding As System.Boolean, _
   ByVal assignChildren As System.Boolean, _
   ByVal assignAnchors As System.Boolean, _
   ByVal assignHyperlink As System.Boolean, _
   ByVal assignName As System.Boolean, _
   ByVal assignStyle As System.Boolean _
) 
'使用法
 
Dim instance As RenderText
Dim source As RenderObject
Dim assignDataBinding As System.Boolean
Dim assignChildren As System.Boolean
Dim assignAnchors As System.Boolean
Dim assignHyperlink As System.Boolean
Dim assignName As System.Boolean
Dim assignStyle As System.Boolean
 
instance.AssignFrom(source, assignDataBinding, assignChildren, assignAnchors, assignHyperlink, assignName, assignStyle)
public override void AssignFrom( 
   RenderObject source,
   System.bool assignDataBinding,
   System.bool assignChildren,
   System.bool assignAnchors,
   System.bool assignHyperlink,
   System.bool assignName,
   System.bool assignStyle
)

パラメータ

source
assignDataBinding
assignChildren
assignAnchors
assignHyperlink
assignName
assignStyle
参照

RenderText クラス
RenderText メンバ
オーバーロード一覧