PrintDocument for WinForms
RenderFragment クラス メソッド


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

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

パブリック メソッド
 名前解説
Public メソッドAssigns (copies) properties from another RenderFragment to the current object. Clones Children by cloning all its elements.  
Public メソッドCreates a copy of the current RenderFragment.  
Public メソッドオーバーロードされます。 Draws the current fragment on a specified System.Drawing.Graphics.  
Public メソッドSearches for a C1Hyperlink object in the current fragment at the specified position.  
Public メソッドCalculates the location of a C1Anchor contained in the RenderObject.Anchors collection of the render object that produced the current fragment.  
Public メソッドAdds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection.  
Public メソッドChecks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments.  
Public メソッドReturns true if shadow visible for RenderFragment.  
Public メソッドThis method is called by the rendering engine after the current RenderFragment has been completely resolved. Typically this method would be used to clear temporary data created and used during resolving.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドCalculates a value of dimension specified by LengthAbs.  
Protected メソッドCalculates a value of dimension specified by the LengthExp object. (dimension is an expression).  
Protected メソッドCalculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).  
Protected メソッドCreates instance of object same type as current RenderFragment object.  
Protected メソッドCreates a SplitParams object, used during splitting, child classes may override this method to create the SplitParams object of custom type (derived from SplitParams).  
Protected メソッドDraws background of object.  
Protected メソッドDraws borders of object.  
Protected メソッドFor internal use.  
Protected メソッドFor internal use.  
Protected メソッドオーバーロードされます。 For internal use.  
Protected メソッドChecks can object's content be split on specified position by horizontally.  
Protected メソッドChecks can object's content be split on specified position by vertically.  
Protected メソッドFor internal use.  
Protected メソッドOverride this method to define the drawing flags. These flags manage the object's painting.  
Protected メソッドFor internal use.  
Protected メソッドOverride this method and return the horizontal splits in the object relative to the left edge of the content area.  
Protected メソッドGets the object referenced by a LengthRef object. Called only from RenderFragment.ResolveLengthRef.  
Protected メソッドRetures GraphicsPath object representing the rounded object's border, if border is not rounded returns nil.  
Protected メソッドOverride this method and return the vertical splits in the object relative to the top top edge of the content area.  
Protected メソッドFor internal use.  
Protected メソッドオーバーロードされます。 Override this procedure if GetDrawingFlags does not set the DrawingFlagsEnum.UseGdiDrawing flag.  
Protected メソッドFor internal use only.  
Protected メソッドOverride this method to perform additional initializations of resolved info of object on reresolving. Some dimensions of object do not change when it splits, so you can use this method to copy some information from old resolved info to new resolved info.  
Protected メソッドFor internal use.  
Protected メソッドResolves an absolute dimension of object.  
Protected メソッドResolves an auto dimension of object.  
Protected メソッドResolves a expression dimension of object.  
Protected メソッドResolves a dimension of object specified as reference.  
Protected メソッドFor internal use.  
Protected メソッドIndicates whether the RenderFragment.Borders property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.DrawInner property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.Padding property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.Spacing property should be serialized.  
Protected メソッドPerforms splitting of RenderFragment object.  
Protected メソッドFor internal use.  
Protected メソッドSplits content of object by horizontally, by default this procedure split object as image.  
Protected メソッドSplits content of object by vertically, by default this procedure split object as image.  
トップ
参照

RenderFragment クラス
C1.C1Preview 名前空間