Class TextureBox
Inheritance
System.Object
TextureBox
Syntax
public class TextureBox : RenderBox, HitTestTarget
Constructors
TextureBox(Texture)
Declaration
public TextureBox(Texture texture = null)
Parameters
Type |
Name |
Description |
Texture |
texture |
|
Properties
alwaysNeedsCompositing
Declaration
protected override bool alwaysNeedsCompositing { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
isRepaintBoundary
Declaration
public override bool isRepaintBoundary { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
sizedByParent
Declaration
protected override bool sizedByParent { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
texture
Declaration
public Texture texture { get; set; }
Property Value
Methods
hitTestSelf(Offset)
Declaration
protected override bool hitTestSelf(Offset position)
Parameters
Type |
Name |
Description |
Offset |
position |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
paint(PaintingContext, Offset)
Declaration
public override void paint(PaintingContext context, Offset offset)
Parameters
Overrides
performResize()
Declaration
protected override void performResize()
Overrides