'宣言 Public Overloads Function Measure( _ ByVal viewportPosition As System.Drawing.PointF, _ Optional ByVal graphicsResolution As System.Single _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF Measure( System.Drawing.PointF viewportPosition, System.float graphicsResolution )
パラメータ
- viewportPosition
- The coordinates for the top-left corner of the SVG viewport.
- graphicsResolution
- The graphics resolution (pixels per inch).
戻り値の型
The content bounds of the resulting image.