The following tables list the members exposed by RasterPictureBox.
Public Constructors
Name | Description | |
---|---|---|
![]() |
RasterPictureBox | Initializes a new instance of the RasterPictureBox class. |
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginUpdate | Prevents the control from drawing until the EndUpdate method is called. |
![]() |
EndUpdate | Resumes drawing which was disabled by a call to BeginUpdate. |
![]() |
PauseAnimation | Pauses an animation playback. |
![]() |
PlayAnimation | Continues an animation playback. |
![]() |
StopAnimation | Stops an animation playback. |
![]() |
ToString | Overridden. Returns a string containing the Control Name plus the SizeMode for this Control. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose(boolean) | Cleans up any resources being used. |
![]() |
OnAnimationModeChanged | Raises the AnimationModeChanged event. |
![]() |
OnEnabledChanged | Overrides Control.OnEnabledChanged. |
![]() |
OnFrameChanged | Raises the FrameChanged event. |
![]() |
OnPaint | Overrides Control.OnPaint. |
![]() |
OnParentChanged | Overrides Control.OnParentChanged. |
![]() |
OnResize | Overrides Control.OnResize. |
![]() |
OnSizeModeChanged | Raises the SizeModeChanged event. |
![]() |
OnUseDpiChanged | Raises the UseDpiChanged event. |
![]() |
OnVisibleChanged | Overrides Control.OnVisibleChanged. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AnimationMode | Determines whether to use the image global animation loop or to loop the animation continuously. |
![]() |
AutoDisposeImage | Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterPictureBox. |
![]() |
BorderStyle | Sets the border style for the control. |
![]() |
Image | Gets or sets the image currently assigned for display by the control. |
![]() |
PaintProperties | Gets or sets the Leadtools.Drawing.RasterPaintProperties which control the display. |
![]() |
SizeMode | Determines how the control displays the image and whether it automatically adjusts the display rectangles. |
![]() |
UseDpi | Gets or sets a value that indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap. |
Protected Properties
Name | Description | |
---|---|---|
![]() |
CreateParams | Overrides Control.CreateParams. |
![]() |
DefaultImeMode | This member overrides Control.DefaultImeMode. |
![]() |
DefaultSize | This member overrides Control.DefaultSize. |
Public Events
Name | Description | |
---|---|---|
![]() |
AnimationModeChanged | Occurs when the value of the AnimationMode property changes. |
![]() |
FrameChanged | Occurs when the frame changes during animation playback. |
![]() |
SizeModeChanged | Occurs when the value of the SizeMode property changes. |
![]() |
UseDpiChanged | Occurs when the value of the UseDpi property changes. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET