Table of Contents

Class ViewRectProjector

Namespace
Lime.RenderOptimizer
Assembly
Lime.dll
public class ViewRectProjector : ViewProjector
Inheritance
ViewRectProjector
Inherited Members

Constructors

ViewRectProjector(Widget, Rectangle)

public ViewRectProjector(Widget widget, Rectangle area)

Parameters

widget Widget
area Rectangle

Fields

Area

public readonly Rectangle Area

Field Value

Rectangle

Widget

public readonly Widget Widget

Field Value

Widget

Properties

ProjectorNode

public override Node ProjectorNode { get; }

Property Value

Node

Methods

IsOnView(ContentSize)

public bool IsOnView(ContentSize size)

Parameters

size ContentSize

Returns

bool

Project(Node, ContentSize)

public override ContentSize Project(Node node, ContentSize size)

Parameters

node Node
size ContentSize

Returns

ContentSize