UILayerUpdateContext
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class UILayerUpdateContext
Inheritance: objectUILayerUpdateContext
Constructors
C#
public UILayerUpdateContext(PointF? viewOffset, RectangleF viewPort, IUILayerContainer presenter, SectionLayoutBox currentSection)
Properties
C#
public SectionLayoutBox CurrentSectionBox { get; }
C#
public bool FilterFloatingBlocksWithViewPort { get; set; }
C#
public IUILayerContainer Presenter { get; }
C#
public PointF ViewOffset { get; }
C#
public RectangleF ViewPort { get; }
Methods
C#
public IEnumerable<FloatingBlockLayoutBox> GetVisibleFloatingBlocks()
IEnumerable<FloatingBlockLayoutBox>
C#
public IEnumerable<T> GetVisibleLayoutBoxes<T>() where T : LayoutBox
IEnumerable<T>
C#
public IEnumerable<T> GetVisibleLayoutBoxes<T>(Predicate<T> filter) where T : LayoutBox
IEnumerable<T>
C#
public IEnumerable<SpanLayoutBox> GetVisibleTextLayoutBoxes()
IEnumerable<SpanLayoutBox>