PrintDocument for WinForms
RenderRectangle クラス メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderRectangle クラス

このクラスのメンバの一覧は、RenderRectangleメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderShapeBase, also copies RenderShapeBase-specific properties. C1.C1Preview.RenderShapeBaseから継承されます。
Public メソッドCalculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to C1PrintDocument.Body or to RenderObject.Children of another object in the document). See remarks for more details. C1.C1Preview.RenderObjectから継承されます。
Public メソッドオーバーロードされます。 Clones the current RenderObject. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalculates the number of objects which are owned by the current object. C1.C1Preview.RenderObjectから継承されます。
Public メソッドReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. C1.C1Preview.RenderObjectから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドFor internal use. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Creates new empty RenderRectangle object linked with same C1PrintDocument as current object.  
Protected メソッドGets the value of a child's ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the Flags property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.Height property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.SplitHorzBehavior property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.SplitVertBehavior property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.Width property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns a human-readable textual description of the location of the current object in the document. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the value of a child's non-ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドIndicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the values of calculated fields of object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the calculated values of object's style. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドThis method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドThis method is called once for each object, override it to perform custom initialization. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドInternal use only. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドSets value of flag. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Children property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Clip property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the Flags property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Height property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Name property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.SplitHorzBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.SplitVertBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Style property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Width property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.X property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Y property should be serialized. C1.C1Preview.RenderObjectから継承されます。
トップ
参照

RenderRectangle クラス
C1.C1Preview 名前空間