バージョン

CalculateRenderSize メソッド

画像の境界四角形サイズを変換を適用した後に元のサイズに基づいて計算します。
シンタックス
'宣言
 
Public Shared Function CalculateRenderSize( _
   ByVal imageSize As Size, _
   ByVal cropping As Nullable(Of RectOffsets), _
   ByVal transform As RichTextImageTransform _
) As Size
public static Size CalculateRenderSize( 
   Size imageSize,
   Nullable<RectOffsets> cropping,
   RichTextImageTransform transform
)

パラメータ

imageSize
画像の元のサイズ。
cropping
トリミング設定。
transform
変換設定。
参照