RescaleConstantsForDpi Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub RescaleConstantsForDpi( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomViewer
Dim deviceDpiOld As System.Integer
Dim deviceDpiNew As System.Integer
instance.RescaleConstantsForDpi(deviceDpiOld, deviceDpiNew)
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void RescaleConstantsForDpi(
System.int ,
System.int
)
protected procedure RescaleConstantsForDpi(
: System.Integer;
: System.Integer
); virtual;
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function RescaleConstantsForDpi(
: System.int,
: System.int
);
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void RescaleConstantsForDpi(
System.int ,
System.int
)
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void RescaleConstantsForDpi(
System.int ,
System.int
)
Parameters
- deviceDpiOld
- deviceDpiNew
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also