Image Brush

LANSA Version 13 SP2

Image Brush


The image below shows an image brush at 30% opacity with overlaid fields:

 

Image brush is used to render an image as the content of the brush. The image can be sized, repeated and reflected. A typical use for an image brush is as a watermark or background image for a form:

Define_Com Class(#prim_vs.Style) Name(#Style) Backgroundbrush(#Brush)

Define_Com Class(#Prim_Vs.imageBrush) Name(#Brush) Image(#Globe) Opacity(30) Sizing(BestFit)