This property sets whether or not only the base image is displayed in the ImageKit Control.

[Visual Basic] Public Property DrawOnlyBaseImage As Boolean
[C#] public bool DrawOnlyBaseImage {get; set;}

Property Value

Value Explanation
True Only the base image is displayed
False (default) The base images and layer images are displayed

Explanation

The DrawOnlyBaseImage property sets whether or not only the base image is displayed in the ImageKit Control. If only the base image is displayed (the layer image isn't used), it increases the drawing speed.

The base image is the image pointed to by the Image property.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation