Interface ISceneBrushContent
[NotClientImplementable]
public interface ISceneBrushContent : IImmutableBrush, IBrush, IDisposable
- Inherited Members
- Extension Methods
Properties
Brush
ITileBrush Brush { get; }
Property Value
Rect
Rect Rect { get; }
Property Value
Methods
Render(IDrawingContextImpl, Matrix?)
void Render(IDrawingContextImpl context, Matrix? transform)
Parameters
context
IDrawingContextImpltransform
Matrix?